0.1.0 • Published 9 years ago
css-standard v0.1.0
css-standard
CSS Standard Style.
Standard?
Yes. I means this is a stylelint wrapper with standard configuration built-in. No need to create .stylelintrc
, no need for config 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'
0.1.0
9 years ago