Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

had to comment out @extend %mui-font-style-headline; to get app to run #34

Open
jcollum opened this issue Aug 4, 2016 · 1 comment
Open

Comments

@jcollum
Copy link

jcollum commented Aug 4, 2016

in _LeftNav.scss, line 4:

@extend %mui-font-style-headline;

This failed, error:

ERROR in ./~/css-loader?sourceMap&modules&localIdentName=[name]__[local]___[hash:base64:5]!./~/postcss-loader!./~/sass-loader?outputStyle=expanded&includePaths[]=/Users/collumj/work/hackathon/api-web/app/scss&includePaths[]=/Users/collumj/work/hackathon/api-web/node_modules&sourceMap&sourceMapContents=true!./app/components/LeftNav/_LeftNav.scss
Module build failed: 
  @extend %mui-font-style-headline;
 ^
      ".logo" failed to @extend "%mui-font-style-headline".
The selector "%mui-font-style-headline" was not found.
Use "@extend %mui-font-style-headline !optional" if the extend should be able to fail.
      in /Users/collumj/work/hackathon/api-web/app/components/LeftNav/_LeftNav.scss (line 4, column 3)
 @ ./app/components/LeftNav/_LeftNav.scss 4:14-428 13:2-17:4 14:20-434

Commented the line out and the app loaded fine.

@ospfranco
Copy link

any permanent solution to this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants