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

@import "@material/ripple/mixins"; causes error build in MDC-103 Web #293

Open
derrimugisha opened this issue May 31, 2021 · 1 comment
Open

Comments

@derrimugisha
Copy link

When I import "@material/ripple/mixins" in home.scss I get this error below
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

@eris8x6
Copy link

eris8x6 commented Sep 26, 2021

I had this problem, too. The solution is in issue #232:

In the @import, change "@material/ripple/mixins" to "@material/ripple/mdc-ripple"

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