org.sonar.css.checks.l10n.common.charset-first.html Maven / Gradle / Ivy
The @charset
rule is invalid if it is not the first element in the style sheet or if it is preceded by
any character including whitespace.
Noncompliant Code Example
@charset "UTF-8" /* Noncompliant: preceding whitespace */
See
© 2015 - 2024 Weber Informatics LLC | Privacy Policy