mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-07 04:31:21 -06: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 {}