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