What problem does it solve?
Provides a clear architecture and actionable guidelines to eliminate inconsistent styles, duplicate values, and fragile component theming by defining a three-layer token system and component token conventions.
Core Features & Use Cases
- Token Architecture: Defines primitive, semantic, and component token layers to separate raw values from purpose-driven aliases and component overrides.
- Scales & Systems: Supplies spacing and typography scales, radius, shadow, and color palettes for light and dark themes.
- Integration & Handoff: Maps tokens to CSS variables and Tailwind theme entries and documents component state specifications and accessibility validation requirements.
Quick Start
Create a three-layer design token system with primitives, semantic aliases, and component overrides, export CSS variables for light and dark themes, and map core tokens into your Tailwind configuration.