A
A
Arthur Belan2020-05-07 23:23:38
css
Arthur Belan, 2020-05-07 23:23:38

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

2 answer(s)
D
Dima Pautov, 2020-05-07
@bootd

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))

F
forspamonly2, 2020-05-08
@forspamonly2

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 question

Ask a Question

731 491 924 answers to any question