csslint icon indicating copy to clipboard operation
csslint copied to clipboard

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

Open bancer opened this issue 9 years ago • 0 comments

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

bancer avatar Oct 05 '16 09:10 bancer