You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marpit document is explaining how to define slide size in :root selector through width and height declarations, but the generated Theme instance won't reflect the slide size.
width and height must reflect the size defined in :root selector.
:root selector support in v1.6.0 was only added to themeSet.pack() to transform theme CSS into slide-specific style. Probably we have to alias while registering theme instead of while packaging.
The text was updated successfully, but these errors were encountered:
Marpit document is explaining how to define slide size in
:root
selector throughwidth
andheight
declarations, but the generatedTheme
instance won't reflect the slide size.width
andheight
must reflect the size defined in:root
selector.:root
selector support in v1.6.0 was only added tothemeSet.pack()
to transform theme CSS into slide-specific style. Probably we have to alias while registering theme instead of while packaging.The text was updated successfully, but these errors were encountered: