Answer the question
In order to leave comments, you need to log in
How to compile CSS from SASS into separate folder?
How to compile CSS from SASS into separate folder?
I use Sublime 3.
Installed the Sass plugin for Sublime Text
Installed the Sass Build plugin for Sublime Text
Installed the SublimeOnSave plugin for Sublime Text
Added settings to Sublime Text Settings – Default:
{
"filename_filter": ".(sass|scss)$",
"build_on_save" : 1
}
It compiles to the same folder where SASS is, I would like to understand how it is possible to decompose into folders .. There is no information on the Internet. Thanks in advance!
Answer the question
In order to leave comments, you need to log in
As there is no information on the internet, everything is written in the readme of the Sass Build plugin:
https://github.com/alexlitel/Sass-Build-SublimeTex...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question