Answer the question
In order to leave comments, you need to log in
Is there a difference in compiling the SASS preprocessor?
There is a difference between compiling the SASS preprocessor through Node.js or a plugin in vscode , plugin: " Live Sass Compiler ". Maybe something works better, and something worse. Tell me, otherwise I'm a complete zero in technology.
Answer the question
In order to leave comments, you need to log in
Well, vscode is written in electron which includes node.js))))) It seems to me that the answer will be clear))
So, here is the plugin itself https://github.com/ritwickdey/vscode-live-sass-com... sho we see node.js, dear and beloved))
there is a difference even in one node.js
there are two different packages: node-sass (which is node-binding to the libsass lib ) and just sass (which is transpiled by dart-sass )
and the latest features like @use are only in the Dart version
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question