Commit graph

1 commit

Author SHA1 Message Date
Local Dev
38bdafe255 fix(studio): imported pages keep panels and borders (parse CSS with PostCSS)
Once stylesheets were inlined, the editor's default CSS parser read
them through the browser CSSOM, where a shorthand that contains var()
(background: var(--surface-1), border: 1px solid var(--border)) comes
back as empty longhands. Every card, panel and border on an imported
page vanished, leaving text on a flat dark background. The official
PostCSS parser plugin keeps those declarations intact; vendored like
the rest, no CDN.
2026-09-20 16:18:11 +02:00