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
yhatt
changed the title
[Regression] Inline styles does not append in the last of CSS
[Regression] Inline styles does not append in the end of CSS
Apr 26, 2021
yhatt
changed the title
[Regression] Inline styles does not append in the end of CSS
[Regression] Inline styles do not append in the end of CSS
Apr 26, 2021
By dramatically change of PostCSS v8 architecture, inline style appendation into the end of CSS would not work correctly since Marpit v2.
Reported in marp-team/marp#96.
PoC
In v2.0.0, the inline style
section { color: red; }
has been inserted in the middle of scaffold theme.Updated test 36ef885 is failing in v2.0.0 but pass in v1.6.4.
The text was updated successfully, but these errors were encountered: