Skip to content

Tailwind preset

Tailwind preset that surfaces the "Sumi & Shu" design tokens (see tokens.css) as named utilities, e.g. bg-bg, text-ink-muted, border-ink/10, bg-shu/20, font-display, rounded-card.

Colors map to rgb(var(--token) / <alpha-value>) so Tailwind's opacity modifiers (/10, /50, ...) work against the CSS-variable channels.

Variables

preset

const preset: Partial<Config>;

Defined in: src/shared/theme/tailwind-preset.ts:16