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???
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???