Read CLAUDE.md for the full project conventions.
- Use Tailwind v4 utilities directly in story templates and standalone story components.
- Do not add story-local CSS files, Angular
styleUrl/styleUrls/styles, inline<style>blocks, orstyle="..."attributes. - Use semantic tokens such as
bg-background,text-foreground,bg-muted,border-border, andtext-primary-foreground. - Use
packages/primitives/storybook/tailwind-demo.tsfor the shared Storybook demo shell. - If a demo cannot reasonably be expressed with Tailwind utilities, explain why and ask before adding CSS.