Answers for "how to compile sass in node js"

4

node-sass run

npm install node-sass
node-sass ./styles.scss -o ./styles.css
Posted by: Guest on December-20-2020
0

compress scss with node-sass

node-sass -w public/css/scss/style.scss public/css/style.css --output-style compressed
Posted by: Guest on May-11-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language