Loading...
Loading...
Error: Invalid @theme directive. CSS-first engine failed to parse theme registry at line [X].Tailwind v4 replaces the JavaScript configuration with a CSS-first @theme block. If the syntax inside this block is malformed (e.g., using JS object notation instead of CSS variable notation), the build will fail.
All theme overrides in v4 must use standard CSS variable definitions.
@theme {
--font-serif: "Merriweather", serif;
--color-sky-500: #0ea5e9;
}