CSL308826: Avoid too many floats in CSS

This rule is aimed at reducing complexity by watching how many times float is used. It warns when float has been used more than 10 times. This amount of floats usually indicates that there are a lot of columnar layouts being defined and that a grids system would be a better choice for your CSS.

TypeName: AvoidTooManyFloatsInCSS
CheckId: CSL308826
Severity: Warning
Type: CSSFile
Links

comments powered by Disqus