How to add all tailwindcss to custom theme?
Need add all tailwindcss classes to my filamentphp project. Any help?
4 Replies
That’s not how tailwind works. What are you trying to accomplish. The full tailwind stylesheet is like 10MB I would not recommend it.
Ok. I understand. But how?
Since you don’t care about bloat and the users, you could probably just add the tailwind cdn as an asset. https://filamentphp.com/docs/3.x/support/assets
No guarantee that it would work with filaments colors though.
I highly recommend you reconsider your approach though.