mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 00:26:41 +03:00
Per reference/live.md's carbonize instructions (which I should have followed immediately after the accept event): - Moved the inline @scope CSS into public/css/workflow.css, rewritten to use the real .why-visual--v2 class instead of [data-impeccable-variant="2"]. - Removed the <style data-impeccable-css="afb9794d"> block from index.html. - Removed both impeccable-carbonize-start / -end marker comments. - Unwrapped the <div data-impeccable-variant="2" style="display: contents"> wrapper around the accepted variant content. - Dropped the dead @scope rules for variants 1, 3, 4 entirely. Only load-bearing element classes remain (why-visual--v2, v2-side, v2-label, v2-canvas-*, v2-new-*) and they're all styled via the central stylesheet now.