CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.77k stars 483 forks source link

floats rule produces a warning when it is part of --errors #678

Open bancer opened 7 years ago

bancer commented 7 years ago

csslint ./ --format=text --errors=floats command generates a warning

1: warning Too many floats (19), you're probably using them for layout. Consider using a grid system instead."

I would expect it to generate an error.

csslint --version v1.0.2