Problem With Tailwind Classes Not Applying
Hi,
Did anyone had issue with some tailwind classes not applying?
Let's say classes like absolute, flex, and so on are applying when added to html elements.
But when I try to add classes like top-1 , right-1 they have no effect nothing is applied..
3 Replies
you need to create a custom theme. Filament has its own tailwind classes already compiled.
I already did, forgot to metion it...
My workaround was to put custom css classes withim theme.css.. But it kills point of tailwind.
yup, I have to do that too. It sucks