/css-standard

CSS Standard Style

Primary LanguageJavaScript

css-standard

CSS Standard Style.

Standard?

Yes.

I mean this is a stylelint wrapper with standard configuration built-in. No need to create .stylelintrc, no need for any customization, it just works!.

Vim

Install syntastic and add this lines to .vimrc:

let g:syntastic_css_checkers = ['stylelint']
let g:syntastic_css_stylelint_exec = 'css-standard'