A Design System in Three Layers
Why a design system is an API for your UI—and how splitting it into generic primitives, a brand layer, and the app makes it portable, re-skinnable, and actually maintainable.
Why a design system is an API for your UI—and how splitting it into generic primitives, a brand layer, and the app makes it portable, re-skinnable, and actually maintainable.
A follow-up to scoping custom properties in Astro: splitting variables into global theme tokens and local, structural component APIs is what turns CSS variables into a real design system.
I kept copy-pasting the same jobs into every .gitlab-ci.yml. GitLab CI/CD Components let me define a pipeline once and include it everywhere.