S
S
Smeecy Smeecy2016-07-11 16:56:13
css
Smeecy Smeecy, 2016-07-11 16:56:13

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

4 answer(s)
A
ArturArturov, 2016-07-11
@ArturArturov

https://learn.javascript.ru/screencast/gulp

D
Denis Ineshin, 2016-07-11
@IonDen

Grunt Manual

F
fetis26, 2016-07-11
@fetis26

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

V
Vladimir Golosay, 2016-07-16
@golosay

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 question

Ask a Question

731 491 924 answers to any question