CSL308819: Avoid selectors that look like regular expressions in CSS

This rule is aimed at flagging selectors that have the potential to cause performance issues. As such, this rule warns when a selector is found using *=, |=, ^=, $=, or ~=.

TypeName: AvoidSelectorsThatLookLikeRegularExpressionsInCSS
CheckId: CSL308819
Severity: Warning
Type: CSSFile
Links

comments powered by Disqus