MiHCM

Design tokens

Tokens are the system's vocabulary for every visual decision. They live in @mihcm/tokens and ship in two shapes: TypeScript constants and Tailwind 4 @theme CSS variables. The same names appear in component source, the Tailwind preset, the NativeWind config, and Figma.

Components reference tokens by name (bg-primary, text-foreground, duration-short) — never raw values. A hex code inside a component is a code-review red flag.