Keeping Brand Consistency Across Multiple Repos
Your marketing site, docs, dashboard, and mobile app all need the same brand. Here's how to share design tokens across repos without losing your mind.
5 articles tagged with “design tokens”
Your marketing site, docs, dashboard, and mobile app all need the same brand. Here's how to share design tokens across repos without losing your mind.
Both work for storing brand tokens. But they serve different purposes. Here's when to use CSS custom properties and when to use tailwind.config.ts.
Tailwind v4 changed how design tokens work. CSS-first config, @theme directive, no more tailwind.config.ts. Here's what you need to update.
Design tokens replace hardcoded colors, spacing, and fonts with a single source of truth. Here's how to generate them in seconds — with code examples.
Design tokens are the single source of truth for your brand's visual properties. Learn how to implement them in your project for consistent, maintainable styling.