Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 550 Bytes

README.rst

File metadata and controls

31 lines (18 loc) · 550 Bytes

LESS PLUGIN FOR SUBLIME TEXT

This plugin compiles LESS (http://lesscss.org/) files into CSS files in Sublime Text 2 on save.

This plugin is tested on Linux only.

If you are using Mac OS X or Windows have a look at https://github.com/BBB/sublime-text-2-plugins.

Prerequisits

Install lessc

$ apt-get install lessc

or

$ apt-get install nodejs npm $ npm install lessc

Installation

$ cd ~/.config/sublime-text-2/Packages/ $ git clone [email protected]:tisto/sublime-text-less.git