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
I could not compile after adding the import in the beginning of step 3.:
ERROR in ./home.scss
Module build failed: @forward "@material/animation" as mdc-animation-;
^
Can't find stylesheet to import.
╷
1 │ @forward "@material/animation" as mdc-animation-;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/@material/ripple/_mixins.import.scss 1:1 @import
stdin 5:9 root stylesheet
in /Users/snrob/AppDev/material-components-web-codelabs-master/mdc-103/starter/node_modules/@material/ripple/_mixins.import.scss (line 1, column 1)
@ multi (webpack)-dev-server/client?http://localhost:8080 ./home.scss
I found a workaround here: #139 arief135 commented on Jul 23, 2020
I solved it by changing @import "@material/ripple/mixins"; to @import "@material/ripple/mdc-ripple";
The text was updated successfully, but these errors were encountered:
I could not compile after adding the import in the beginning of step 3.:
I found a workaround here: #139
arief135 commented on Jul 23, 2020
I solved it by changing @import "@material/ripple/mixins"; to @import "@material/ripple/mdc-ripple";
The text was updated successfully, but these errors were encountered: