Css styling in theme not working
I have installed laravel 12 with latest filament. I have installed a custom theme. I am trying to apply tailwind css but it is not working. When I run npm run build it says that tailwind v4 is installed but filament uses v3. What is the issue?
Solution
@raheel3031 @Alex-Elivate, I just published a guide on how to keep using Tailwind CSS v4 in your Laravel 12 application and simultaneously use Tailwind CSS v3 to compile your Filament stylesheets.
Might want to check it out
https://filamentthemes.com/guides/how-to-use-filament-with-tailwind-css-v4
Might want to check it out
https://filamentthemes.com/guides/how-to-use-filament-with-tailwind-css-v4
Laravel 12 ships with version 4 of Tailwind CSS, while Filament v3 only supports version 3. This guide walks you through setting up Tailwind CSS v3 alongside v4.
