Dashed idents are used in cases where an identifier can be either author defined or CSS-defined. Author defined idents must start with two dash characters ("--") or parsing will fail.
In CSS modules, when the dashed_idents option is enabled, the identifier may be followed by the from keyword and an argument indicating where the referenced identifier is declared (e.g. a filename).
A CSS
<dashed-ident>reference.Dashed idents are used in cases where an identifier can be either author defined or CSS-defined. Author defined idents must start with two dash characters ("--") or parsing will fail.
In CSS modules, when the
dashed_identsoption is enabled, the identifier may be followed by thefromkeyword and an argument indicating where the referenced identifier is declared (e.g. a filename).