Skip to content

Sublime Plugin LessMe for automatically compiling .less file to .css when saved.

Notifications You must be signed in to change notification settings

carloswong/lessme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

LessMe

A Sublime Text 3 plugin for automatically compiling .less file to .css as well as source map file when it be saved.

import tag supported

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.

Dependencies

node.js
less module

Installation

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.

About

Sublime Plugin LessMe for automatically compiling .less file to .css when saved.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages