Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

(v3.7.0) LESS: lessc

LCD 47 edited this page Oct 6, 2015 · 1 revision

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