material-components / material-components-web-codelabs

Codelabs for Material Components for Web (MDC Web)
MIT License
128 stars 101 forks source link

[codelab] MDC-103 Web: Material Theming with Color, Shape, Elevation and Type (Web) - importing "@material/ripple/mixins" in step 3 causes compilation error #198

Open Mamikel opened 4 years ago

Mamikel commented 4 years ago

With tutorial MDC-103 Web: Material Theming with Color, Shape, Elevation and Type (Web), in step 3, as soon as I add CSS styling to the navigation drawer: In home.scss, add the following import statement after the existing imports:

@import "@material/ripple/mixins";

and compile, I get the error below:

[25] ./home.scss 7.47 kB {0} [built] [failed] [1 error]

Yifei-G commented 3 years ago

Hey,

I got the same problem, but I have fixed the issue by following this sugguestion on issue #139