org.sonar.css.checks.l10n.common.empty-declaration.html Maven / Gradle / Ivy
Empty declarations are useless and should be removed to avoid confusing developers.
Noncompliant Code Example
.foo { ; } /* Noncompliant */
.foo {
; /* Noncompliant */
color: green;
}
stylelint Related Rules
© 2015 - 2024 Weber Informatics LLC | Privacy Policy