- Global selectors
html
,body
,:root
can't be prefixed so they're replaced by the prefix insteadbody => .prefix
. skipGlobalSelectors
options disables this behavior, global selectors won't be changed in any way
html
, body
, :root
can't be prefixed so they're replaced by the prefix instead body => .prefix
.skipGlobalSelectors
options disables this behavior, global selectors won't be changed in any way