TailwindCSS in Livewire components used in Filament Pages
I have added a custom Livewire component that I'm using in a Filament page.
It's working well but I can't seem to get any of my tailwindd classes to do anything. I have installed tailwind and set it up according to the docks.
In the rendered code I see my tailwind class but it doesn't appear that it knows what it is. Is there anything else I need to do to get things working?
Not sure if this is a Filament or a Livewire issue or something else entirely. New to both.
Thanks for any help!
It's working well but I can't seem to get any of my tailwindd classes to do anything. I have installed tailwind and set it up according to the docks.
In the rendered code I see my tailwind class but it doesn't appear that it knows what it is. Is there anything else I need to do to get things working?
Not sure if this is a Filament or a Livewire issue or something else entirely. New to both.
Thanks for any help!