Tailwind v4 custom fonts and colors with @theme
Deterministic patch indexed for AI coding agents (Cursor, Claude Code, Cline, Windsurf, OpenDevin).
Root Cause: Define design tokens inside @theme in CSS.
tailwind fix --latest
Deterministic patch indexed for AI coding agents (Cursor, Claude Code, Cline, Windsurf, OpenDevin).
+ @theme {
+ --font-display: 'Inter', sans-serif;
+ --color-primary: #00f2fe;
+ }
curl -X POST https://agentnow.in/api/v1/query \
-H "Content-Type: application/json" \
-d '{"error": "Tailwind v4 custom fonts and colors with @theme"}'