Add CSSX Components plan: styling via defcomp instead of opaque style dict

Replace the existing CSSX plan with a component-based approach where styling
is handled by regular defcomp components that apply classes, respond to data,
and compose naturally — eliminating opaque hash-based class names.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 22:05:39 +00:00
parent 299de98ea8
commit 41c3b9f3b8
3 changed files with 103 additions and 6 deletions

View File

@@ -531,6 +531,7 @@
"fragment-protocol" (~plan-fragment-protocol-content)
"glue-decoupling" (~plan-glue-decoupling-content)
"social-sharing" (~plan-social-sharing-content)
"cssx-components" (~plan-cssx-components-content)
:else (~plans-index-content)))
;; ---------------------------------------------------------------------------