P
P
Programmir2018-09-25 10:32:52
css
Programmir, 2018-09-25 10:32:52

Is there any scss converter in vs code?

I would like to start writing code in scss. Is there any converter in vs code to convert scss to css and immediately compress css. Heard that you need to use gulp for this? Is there a way to do without gulp?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anubis, 2018-09-25
@Anubis

It is better not to tie such tasks to the execution environment. You can do without gulp - there is webpack and rollup.

A
Alexander Sharomet, 2018-09-25
@sharomet

I agree with Anubis in the environment itself, it is better not to use it. gulp, grunt - a cool topic, but there are a lot of bugs with them (he doesn’t like the nodejs version, then npm is stupid, then the gulp version is not the same). and if I just need to compile sass I use Koala Here is the site . there just threw a folder with sass files and you specify where you want to save. there are no special settings, the maximum compression ratio and auto-prefixes.
But this is if you only work with sass, less.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question