Grid TW classes not loaded in filament 3 dashboard
Did anybody encounter that the grid classes from TW not loaded in filament? like
grid grid-cols-2
is not working.4 Replies
if filament don't use those classes they won't be loaded
that's how tailwind works
does filament has some specific classes to use grid on a view page?
check the source code which classes they use
or create a custom theme and use whatever you want
using
<x-filament::grid></x-filament::grid>
is the way to go π