Tailwind help please
Now that my application is developed at 90% it is time to customize styling details. I have begun customizing my own Tailwind classes but NOTHING HAPPENS. Very probably I am doing something wrong.
I have followed the OD (Official Docs) here: https://filamentphp.com/docs/3.x/notifications/installation#installing-tailwind-css
For example, I have a resource table where I want to customize the row according to one $record->value, like this:
And in my resources\css\app.css file I have put my new class:
And I run npm run build
What am I missing or doing wrong, please???
4 Replies
Solution
Thank you.
So, I understand that anytime I want to use Tailwind classes different from the ones initially packed with Filament, I have to create a Custom Theme, even though it is just for a bunch o classes.
Is that it?
i think when you don't create a theme and change in vite in panelconfig .. you always you the css dist version
Thanks for your help.
Following the instructions in the OD everything is working fine.