diff --git a/src/app.css b/src/app.css index 10532ca..f2409cc 100644 --- a/src/app.css +++ b/src/app.css @@ -1,5 +1,10 @@ @import "tailwindcss"; +/* Exclude the generated tauri-specta bindings from Tailwind's content scan. + It contains no CSS classes (only TS types/command wrappers), and scanning a + large generated file can confuse Tailwind v4's automatic class detection. */ +@source not "./lib/api/bindings.ts"; + /* Custom theme variables for JellyTau */ @theme { --color-jellyfin: #00a4dc;