how to force compile css defined in form/table component?

I've a component that uses class defined in ->extraAttributes(['class' => 'top-10']) how to make tailwindcss compile that top-10 ?
Solution:
ah it's fixed by adding './app/Livewire/*/.php"
Jump to solution
3 Replies
Dennis Koch
Dennis Koch2y ago
Use a custom theme Add the paths to your Tailwind config
Ricardo Sawir
Ricardo SawirOP2y ago
it's not related to admin panel
Solution
Ricardo Sawir
Ricardo Sawir2y ago
ah it's fixed by adding './app/Livewire/*/.php"

Did you find this page helpful?