How to use tailwind css inside the filament custom created page?
I have configured tailwind css with laravel. Inside my welcome.blade.php tailwind classes working fine. but inside my custom page which i created using filament tailwind css not working. i configured everything according to this discussion.
https://github.com/filamentphp/filament/discussions/3250
GitHub
I don't know how to compile tailwindcss in filament, can anyone hel...
I don't know how to compile tailwindcss in filament, can anyone help me? I followed the documentation exactly. https://filamentphp.com/docs/2.x/admin/appearance#building-themes npm install tail...
1 Reply
I believe this has already been answered in another server. But just putting it here for others to know.
From Dan Harrin - "Search the docs for 'theme'. Once you have a custom theme you can use any tailwind class"