CSS & Styling Architecture

πŸ—ΊοΈ CSS & Styling Architecture β€” MOC

Map of Content. How styling decisions are encoded: tokens, the cascade, and the component styling contract. Sibling to Software Architecture.

Canonical source: the css-conventions skill (~/resources/scripts/dotfiles/skills/css-conventions/). These notes capture the transferable why; the skill holds the full rules and token inventory.

Design tokens

Cascade & layers

Component styling contract

All linked notes

LIST
FROM [[CSS & Styling Architecture]]
WHERE type = "zettel" OR type = "source"
SORT file.name ASC

Open questions

  • Does the three-tier token model generalize to any design-decision store (config systems, not just CSS)?
  • Should the deprecation-alias pattern be promoted to a standalone, domain-general "API evolution" note?