Answer the question
In order to leave comments, you need to log in
How to compile a less file in Sublime Text?
Decided to learn LESS CSS. How can I compile a .less file if I'm using Sublime Text?
Answer the question
In order to leave comments, you need to log in
Set up grunt/gulp or some other project builder. This is good.
In simple terms:
Tools - Build Systems - New.
{
"cmd": ["sass file.scss > file.css"],
"shell": true,
"working_dir": "${project_path}"
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question