Tailwind Issues even with Custom Theme
Hi,
I'm having some issues with tailwind where certain classes are not being picked up. I've setup a custom theme and followed all the instructions and still can't get it to work right.
The issue is only happening on components that are under the /resources/views/filament/... it's also happening in a component that lives in that dir, but includes some livewire components living under /resources/views/livewire/...
Here's my main tailwind config:
Finally, my theme tailwind config:
Am I missing anything? Thanks!
I'm having some issues with tailwind where certain classes are not being picked up. I've setup a custom theme and followed all the instructions and still can't get it to work right.
The issue is only happening on components that are under the /resources/views/filament/... it's also happening in a component that lives in that dir, but includes some livewire components living under /resources/views/livewire/...
Here's my main tailwind config:
Finally, my theme tailwind config:
Am I missing anything? Thanks!