How to get custom tailwind classes from custom blade view
I've created a custom page with a custom blade view. I'm using tailwind classes to decorate my divs. I don't have any top-level layout with a @vite tag to add my custom app.css - what is the correct way to register this with v4?
Solution:Jump to solution
Found it in the docs finally:
https://filamentphp.com/docs/4.x/styling/overview#using-tailwind-css-classes-in-your-blade-views-or-php-files...
2 Replies
Solution