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
In addition, @import will bypass scoping the output CSS itself when building Marp slide. CSS scoping is important for making a boundary of Marp app styles and slide styles. If bypassed, the outside of slides by Marp apps may not be rendered correctly, or may see inconsistent slide results by apps (as you have seen).
For better result, you should make inlining external CSS.
Version of Marp Tool
marp-vscode
Operating System
Linux
Environment
How to reproduce
Using a scoped import in a section, for example:
Where the content of
custom-theme-scoped.css
is for exampleExpected behavior
The current section only gets the
h2
headers colored in orange.Actual behavior
VSCode:
All sections gets
h2
headers gets colored in OrangeMarp CLI:
No section gets the `h2 headers colored in Orange
Additional information
Reference: This question on StackOverflow addresses this issue
The text was updated successfully, but these errors were encountered: