CSSLint / csslint

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

685 Ignore doesn't ignore #688

Closed gaggle closed 7 years ago

gaggle commented 7 years ago

For csslint this is a warning of multiple styles overlapping:

h1 {}
h1 {}

Currently warnings are not silenced in stdout even when surrounded by a csslint ignore block.