Closed yhatt closed 2 years ago
Match specificity of converted :root selector by replacing to :where(section):not([\20 root]). Fixed #330.
:root
:where(section):not([\20 root])
This PR also includes improved detection of theme slide size to prefer :root selector than section selector.
section
Match specificity of converted
:root
selector by replacing to:where(section):not([\20 root])
. Fixed #330.This PR also includes improved detection of theme slide size to prefer
:root
selector thansection
selector.