CSL308823: Avoid overqualified elements in CSS

This rule is aimed at decreasing byte count by removing extra unnecessary qualifiers from selectors. As such, it warns when an element and class name are used together (i.e., li.active). It will not warn if two different elements are found with the same class name (i.e., li.active in one rule and p.active in another).

TypeName: AvoidOverqualifiedElementsInCSS
CheckId: CSL308823
Severity: Warning
Type: CSSFile
Links

comments powered by Disqus