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

(v3.4.0) CSS: csslint

LCD 47 edited this page Dec 13, 2014 · 1 revision

Maintainer: Ory Band oryband@gmail.com

CSSLint is a lint tool for Cascading Stylesheets. See the project's page for details.

Install it with:

npm install -g csslint

See the project's page for more details.

Checker options:

Specify additional options to csslint with g:syntastic_csslint_options. E.g. to disable warnings:

let g:syntastic_csslint_options = "--warnings=none"
Clone this wiki locally