Knowledge
Search knowledge... ⌘K
Metadata
sveltekit sveltekit
Description
App CSS must be generated from brand YAML — never hardcode token values
Rules
- BRAND-GEN-001 — Brand YAML is the single source of truth for design tokens
- BRAND-GEN-002 — App CSS token values MUST be generated, not manually maintained
- BRAND-GEN-003 — No hardcoded hex colors in Svelte components — use var(--color-*) tokens
- BRAND-GEN-004 — Brand changes require only: edit YAML → regenerate CSS → rebuild