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
The CLI uses "node-sass": "^4.7.2" for the sass dependency. Once node-sass catches up to lib sass with the bug fix, the CLI will automatically be able to use that version.
Versions
Repro steps
Observed behavior
Build fails
ERROR in ./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./node_modules/sass-loader/lib/loader.js??ref--8-3!./src/styles.scss Module build failed: --button-color: #FF6651 !important; ^ Invalid CSS after "...-color: #FF6651": expected "}", was "!important;"
Desired behavior
Should compile
Mention any other details that might be useful (optional)
Related sass/libsass#2590
It seems that they have fixed it, but maybe the cli should update to their new version
The text was updated successfully, but these errors were encountered: