Answer the question
In order to leave comments, you need to log in
How from .sass to .css?
Good afternoon everyone. Began to study SASS, there was a question.
to compile the file from .scss to .css , you need to write sass --watch scss:css
sass-scss.ru/guide/ on the command line.
And to convert the file from .sass to .scss , you need to use sass-convert .
sass-scss.ru/documentation/sintaksis/
How to compile from .sass to .css in one step?
Answer the question
In order to leave comments, you need to log in
Nothing needs to be done. SCSS and SASS are just different syntaxes. The compiler understands both.
Those. same command should work\
https://github.com/sass/node-sass#command-line-int...
You can continue to use the same command, you can use task managers like gulp or grunt. You can install software with a graphical UI that, without commands, will monitor, compile, minify and create a map.
Read more here
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question