We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this error when attempting to follow the example for react-ripple:
Uncaught Error: Cannot find module '@material/react-ripple/index.scss'
Looks like neither index.scss nor dist/ripple.css exists in the react-ripple npm package.
The text was updated successfully, but these errors were encountered:
@eric-zeng you're right - we missed adding the index.scss file for ripple. In our screenshot tests we actually import the sass from material-web.
As a work around until we release again, you should be able to import the sass like so:
@import "@material/ripple/common"; @import "@material/ripple/mixins";
Sorry, something went wrong.
fix(ripple): react-ripple does not contain styles (material-component…
e84a4e3
…s#172)
fix(ripple): react-ripple does not contain styles (#172) (#251)
ac0f87f
closing: #251
No branches or pull requests
Getting this error when attempting to follow the example for react-ripple:
Uncaught Error: Cannot find module '@material/react-ripple/index.scss'
Looks like neither index.scss nor dist/ripple.css exists in the react-ripple npm package.
The text was updated successfully, but these errors were encountered: