Transpile SCSS to CSS using node-sass

Ari Picker
InstructorAri Picker

Share this video with your friends

Send Tweet

In this lesson we learn how to set up SCSS and transpile your SCSS code into CSS with node-sass.

NewsWhip
NewsWhip
~ 8 years ago

Amazingly I had issues here too, not sure if globally installing node-sass helped but this command in my package.json worked perfectly: node-sass scss/main.scss -o css/main.css, the output flag being between the two directories seems to have helped, I was on node-sass version 4.5.2 also.

Udit
Udit
~ 5 years ago

great course