Answers for "why my node sass cant compile 1 dir scss"

CSS
5

Install Node Sass/Scss

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

watch and compile scss command

node-sass --watch scss -o css
Posted by: Guest on March-28-2022

Browse Popular Code Answers by Language