Tailwind
Tailwind is an optional adapter, not Combric’s default installation architecture.
@import "tailwindcss/theme.css" layer(theme);@import "@combric/tailwind";@import "tailwindcss/utilities.css" layer(utilities);Combric’s docs build compiles the optional adapter without Tailwind Preflight, so it does not reset Starlight or the surrounding application. The Native CSS path has no Tailwind dependency.
The adapter maps Tailwind theme variables to canonical --combric-* semantic
properties. It does not duplicate token values or create a second theme source.
<article class="border-combric border-combric-border bg-combric-surface p-combric-4 text-combric-foreground rounded-combric"> Combric content</article>