sirius/vendor/grapesjs
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
..
blocks-basic.js feat(sirius-x): Sirius Studio web-builder + signed site uploads; shorter dashboard menu 2026-09-17 01:35:21 +02:00
countdown.js feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
custom-code.js feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
grapes.min.css feat(sirius-x): Sirius Studio web-builder + signed site uploads; shorter dashboard menu 2026-09-17 01:35:21 +02:00
grapes.min.js feat(sirius-x): Sirius Studio web-builder + signed site uploads; shorter dashboard menu 2026-09-17 01:35:21 +02:00
LICENSE-blocks-basic.txt feat(sirius-x): Sirius Studio web-builder + signed site uploads; shorter dashboard menu 2026-09-17 01:35:21 +02:00
LICENSE-countdown.txt feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
LICENSE-custom-code.txt feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
LICENSE-grapesjs.txt feat(sirius-x): Sirius Studio web-builder + signed site uploads; shorter dashboard menu 2026-09-17 01:35:21 +02:00
LICENSE-navbar.txt feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
LICENSE-parser-postcss.txt fix(studio): imported pages keep panels and borders (parse CSS with PostCSS) 2026-09-20 16:18:11 +02:00
LICENSE-plugin-forms.txt feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
LICENSE-preset-webpage.txt feat(sirius-x): Sirius Studio web-builder + signed site uploads; shorter dashboard menu 2026-09-17 01:35:21 +02:00
LICENSE-style-bg.txt feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
LICENSE-tabs.txt feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
LICENSE-tooltip.txt feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
LICENSE-touch.txt feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
navbar.js feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
parser-postcss.js fix(studio): imported pages keep panels and borders (parse CSS with PostCSS) 2026-09-20 16:18:11 +02:00
plugin-forms.js feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
preset-webpage.js feat(sirius-x): Sirius Studio web-builder + signed site uploads; shorter dashboard menu 2026-09-17 01:35:21 +02:00
style-bg.js feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
tabs.js feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
tooltip.js feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
touch.js feat(studio): readable dark theme, resize handles, richer text tools, ready-made sections, more blocks 2026-09-20 14:46:22 +02:00
VERSIONS.txt fix(studio): imported pages keep panels and borders (parse CSS with PostCSS) 2026-09-20 16:18:11 +02:00