FFilament•Created by __Dementor on 3/21/2025 in #❓┊help Tailwindcss theme problem
To clarify, since I also ran into this exact issue today, you can use the @vite
directive in any blade template to include local css for that particular page or component. It adds an extra http request but only loads when needed. Very neat.