mirror of
https://github.com/thangisme/notes.git
synced 2025-02-21 06:57:46 -05:00
443 B
443 B
selector-root-no-composition
Deprecated: See CHANGELOG.
Disallow the composition of :root
in selectors.
a, :root {}
/** ↑ ↑
* This type of composite selector */
Options
true
The following patterns are considered warnings:
a, :root {}
:root + a {}
html:root {}
The following patterns are not considered warnings:
:root {}