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
Bruno Pereira
Bruno Pereira3w ago
you need to create a custom theme. Filament has its own tailwind classes already compiled.
SuperUserDo
SuperUserDoOP3w ago
I already did, forgot to metion it... My workaround was to put custom css classes withim theme.css.. But it kills point of tailwind.
Bruno Pereira
Bruno Pereira3w ago
yup, I have to do that too. It sucks

Did you find this page helpful?