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
Describe the bug
Error: Expected "(" or ".". ╷ 220 │ $checkbox-padding: calc((_ripple-size - _icon-size) / 2); │ ^ ╵ node_modules/@material/checkbox/_checkbox-theme.scss 220:40 @use node_modules/@material/checkbox/_checkbox.scss 41:1 @forward node_modules/@material/checkbox/_variables.scss 24:1 @forward node_modules/@material/checkbox/_index.scss 1:1 @use node_modules/@smui/checkbox/_style.scss 1:1 @use node_modules/smui-theme/_style.scss 5:1 @use node_modules/smui-theme/_index.scss 2:1 root stylesheet
This seems to be due to an incompatible minor revision of Node SASS (1.40).
The text was updated successfully, but these errors were encountered:
Until the next version can address this, run the following command to lock to SASS 1.39.
npm i -D sass@"~1.39.2"
Sorry, something went wrong.
62d4895
hperrin
No branches or pull requests
Describe the bug
This seems to be due to an incompatible minor revision of Node SASS (1.40).
The text was updated successfully, but these errors were encountered: