We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I'm trying to add Google Material design components to a project where postcss-css-variables is running. But I'm getting an unclosed bracket error:
postcss-css-variables
https://material.io/develop/web/components/ripples/
[15:22:04] Finished 'sass:lint' after 3.71 s [15:22:04] Starting 'sass:compile'... [15:22:04] Finished 'sass:block-compile' after 2.6 s [15:22:06] 'sass:compile' errored after 1.97 s [15:22:06] CssSyntaxError in plugin "gulp-postcss" Message: /node_modules/@material/ripple/_mixins.scss:182:6: Unclosed bracket 180 | @include mdc-feature-targets($feat-structure) { 181 | // Retain transform from mdc-ripple-fg-radius-in activation > 182 | transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); | ^ 183 | } 184 | }
I think the error above should have enough information, but here's the source code if you need to look further: https://github.com/material-components/material-components-web/tree/master/packages/mdc-ripple
The text was updated successfully, but these errors were encountered:
I am going to close this in favor of #96
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to add Google Material design components to a project where
postcss-css-variables
is running. But I'm getting an unclosed bracket error:https://material.io/develop/web/components/ripples/
I think the error above should have enough information, but here's the source code if you need to look further:
https://github.com/material-components/material-components-web/tree/master/packages/mdc-ripple
The text was updated successfully, but these errors were encountered: