Answers for "compling sass npm script"

CSS
0

sass compile minified

sass --watch a.scss:a.css --style compressed
Posted by: Guest on August-14-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