How to add all tailwindcss to custom theme?

Need add all tailwindcss classes to my filamentphp project. Any help?
4 Replies
awcodes
awcodes4mo ago
That’s not how tailwind works. What are you trying to accomplish. The full tailwind stylesheet is like 10MB I would not recommend it.
elrincondeisma
elrincondeismaOP4mo ago
Ok. I understand. But how?
awcodes
awcodes4mo ago
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
awcodes
awcodes4mo ago
No guarantee that it would work with filaments colors though. I highly recommend you reconsider your approach though.

Did you find this page helpful?