LESS: lessc - novaez/syntastic GitHub Wiki

Maintainer: Julien Blanchard [email protected]

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.