diff --git a/src/app/globals.css b/src/app/globals.css index b25f7d6..51fcd5e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -43,6 +43,10 @@ /* Source the JS config for extended theme values */ @config "../../tailwind.config.ts"; +/* Tremor generates Tailwind utility classes dynamically (fill-blue-500, bg-emerald-500, etc.) + Tailwind v4 needs to scan Tremor's compiled JS to include them in the output. */ +@source "../../node_modules/@tremor/react/dist/**/*.js"; + /* Theme variables - using CSS custom properties with Tailwind v4 @theme */ @theme { /* Container */