Answers for "compile sass nodejs"

2

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

Browse Popular Code Answers by Language