Answers for "how to use sass instead of node-sass"

CSS
1

Install Node Sass/Scss

npm i node-sass
Posted by: Guest on January-22-2021
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