Last Updated: November 21, 2025
Focus Areas
| Focus |
|---|
Define color, typography, and spacing tokens
|
Export tokens to CSS custom properties or design tools
|
Commands & Queries
npm run tokens:export
Emit CSS variables
yarn style-dictionary build
Generate platform tokens
grep -R "var(--color" src/ | head
Find token usage
Summary
Centralize tokens, keep them responsive, and sync design/dev outputs.
💡 Pro Tip:
Keep tokens in a single source of truth and version them across platforms.