F
Filament3w 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'
' './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.
Jump to solution
1 Reply
Solution
Xavi
Xavi3w ago
I found the solution. The reason is that this panel has a custom theme and the custom theme creates a custom tailwind.config.js.