diff --git a/.agents/skills/webjs/references/styling.md b/.agents/skills/webjs/references/styling.md index d28cfa5a1..18f8e3200 100644 --- a/.agents/skills/webjs/references/styling.md +++ b/.agents/skills/webjs/references/styling.md @@ -109,6 +109,19 @@ The default stack is a static compiled Tailwind stylesheet (`css:build` compiles **Two halves.** (1) `public/input.css` MAPS token names into Tailwind with `@theme inline` (`--color-background: var(--background)`), so `bg-background` resolves to `var(--background)`. That is infrastructure; leave it. (2) The root layout (`app/layout.ts`) DEFINES the values as plain CSS custom properties in a `
-