Custom styles
extraAttributes for image column doesn't work. How do i make it work?
Also some just don't work
5 Replies
Also it's for a livewire page
So I'm using the table for the livewire page
If you use custom Tailwind classes you need to use a custom theme
So when creating the theme do i add the specific filename to the command or...?
You need to make sure your files are in your tailwind and vite config.
But the docs on themes should explain this
ok thanks