Skip to content
LCD 47 edited this page Dec 20, 2013 · 5 revisions

Maintainer: Julien Blanchard julien@sideburns.eu

lessc is a compiler for LESS. See the project's page for details.

Checker options:

To send additional options to less use the variable g:syntastic_less_options. The default is

let g:syntastic_less_options = "--no-color"

To use less-lint instead of less set the variable g:syntastic_less_use_less_lint.

Clone this wiki locally