Hello Community!
I'm building a Filament form field package that uses Tailwind classes like focus-within:animate-pulse, text-gray-400, etc.
The problem: users might not have these classes in their final CSS build due to Tailwind purging.
How can I solve this? Thank you!