All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.css.checks.l10n.common.stylelint-disable.html Maven / Gradle / Ivy

There is a newer version: 4.13
Show newest version

This rule checks for usage of stylelint-disable tags.

Noncompliant Code Example

/* stylelint-disable no-browser-hacks */
h1 {
  _color: green;
}
...




© 2015 - 2024 Weber Informatics LLC | Privacy Policy