Disallow the composition of :root
in selectors.
禁止 :root
混合使用。
a, :root {}
/** ↑ ↑
* This type of composite selector */
true
The following patterns are considered warnings:
以下模式被认为是个警告:
a, :root {}
:root + a {}
html:root {}
The following patterns are not considered warnings:
以下模式正常:
:root {}