marp-team / marpit

The skinny framework for creating slide deck from Markdown
https://marpit.marp.app/
MIT License
964 stars 46 forks source link

Match converted `:root` specificity to original selector exactly #333

Closed yhatt closed 2 years ago

yhatt commented 2 years ago

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 than section selector.