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
node-sass package is deprecated. Try to replace it with recommended sass package:
node-sass
sass
Problem: how to change/update npm run scss and npm run scss:prod scripts:
npm run scss
npm run scss:prod
"scss": "node-sass ./src/shared.scss --importer=node_modules/node-sass-tilde-importer ../wwwroot/css/site.shared.css", "scss:prod": "node-sass ./src/shared.scss --output-style compressed --importer=node_modules/node-sass-tilde-importer ../wwwroot/css/site.shared.min.css"
I couldn't find any sass CLI commands that could be used
The text was updated successfully, but these errors were encountered:
No branches or pull requests
node-sass
package is deprecated.Try to replace it with recommended
sass
package:Problem: how to change/update
npm run scss
andnpm run scss:prod
scripts:I couldn't find any
sass
CLI commands that could be usedThe text was updated successfully, but these errors were encountered: