Answers for "how to use sass with node"

CSS
2

Install Node Sass/Scss

npm i node-sass
Posted by: Guest on January-22-2021
2

node-sass run

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

Code answers related to "how to use sass with node"

Browse Popular Code Answers by Language