Loading...
Loading...
Error: The @theme function must use a variable defined in your CSS or the default theme.Tailwind v4 moves configuration from tailwind.config.js into your CSS files using the @theme directive. This error occurs when you try to access a variable that hasn't been defined in the @theme block.
Ensure all your custom values are wrapped in the @theme block in your CSS.
@theme {
--color-brand: #3b82f6;
--font-display: 'Inter', sans-serif;
}Fix this error faster with our free tool