DEV Community

Discussion on: Set Up Your Next Web Dev Project with SCSS Made Easy!

Collapse
 
quasipickle profile image
Dylan Anderson • Edited

You don't need node-sass to use SCSS. node-sass uses LibSass, and both are deprecated, and slower than using the recommended dart-sass.

New projects should use dart-sass: sass-lang.com/install

Collapse
 
russdevs profile image
Russ Perry

So I didn't know this, but I just looked into it. I tried it for myself and it's so much easier that the way I did it in this article... Thanks for letting me know!