A Sublime Text 3 plugin for automatically compiling .less file to .css as well as source map file when it be saved.
When importing a another less file by using import tag in main.less, just like this:
@import url("submodule.less")
...and you should add the below code in the submodule.less's first line.
//@module ..main.less
And then, when the submodule.less be saved, the main.less will be compiled to css as well.
1.Download and install node.js
2.Install less module through npm:
npm install -g less 3.Download LessMe and drop to your Sublime Text Packages Directory.