css not applied in custom page
I created a custom page with my own code in the blade file using tailwindcss. Unfortunatly the css classes are not applied. How can i fix it ?
5 Replies
Please run 'npm run dev' and reload page
I did it, even npm run build, but nothing changed
You have a custom theme?
Solution
It works. I thought that creating a custom theme only involved modifying the filament specific classes. Thanks