You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
in
_LeftNav.scss
, line 4:@extend %mui-font-style-headline;
This failed, error:
Commented the line out and the app loaded fine.
The text was updated successfully, but these errors were encountered: