Answers for "can't build node-sass"

4

node-sass run

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

node sass generate css

node-sass src/my-styles.scss -o src
Posted by: Guest on March-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language