grunt-contrib-csslint icon indicating copy to clipboard operation
grunt-contrib-csslint copied to clipboard

Lint CSS files.

Results 3 grunt-contrib-csslint issues
Sort by recently updated
recently updated
newest added

Please add support for the @supports media query. >> caniuse.com/#feat=css-featurequeries Right now it throws the error: Unknown @ rule: @supports. Thanks!

Per https://github.com/CSSLint/csslint/wiki/Command-line-interface the command line supports the ability to specify `--errors` and `--warnings`. I would like to be able to specify which rules that I use go into the error...

When trying to use CSSLint plugin on an already existing project, one issue that comes up often is that certain violations are not going to be fixed, therefore, one could...

enhancement