atom-less

Atom plugin to compile .less files on save.

schmuli

16,895

7

0.1.10

MIT

GitHub

atom-less package

An Atom package that auto-compiles LESS files on save, with support for LESS plugins, Clean-CSS and AutoPrefixer.

Configuration

On the first line of LESS files, add a valid JSON comment, not including the outer brackets ('{' and '}'), with the following properties:

Other LESS compiler options might work but are untested at this point.

Road Map

  1. Remove dependency on inline comments, and instead use a .lesscfg project file, allowing easier configuration and automatic support of additional LESS plugins
  2. Change callback passing to use Promises