FilamentF
Filament2y ago
Xavi

Custom column classes

I create a custom column, but tailwind doesn't compile css classes inside it.

I try add on tailwind.config.js this line on content

' './resources/views/tables/**/*.blade.php' 


but it doesn't works. Any suggestions?

Thanks a lot
Solution
I found the solution. The reason is that this panel has a custom theme and the custom theme creates a custom tailwind.config.js.
Was this page helpful?