CSSLint / csslint

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

Identify duplicate selectors #777

Open Pikamander2 opened 3 years ago

Pikamander2 commented 3 years ago

Despite being 100% redundant, this rule doesn't generate any warnings/errors:

div, div
{
    display: none;
}