Why tailwind classes not working in custom page html design
I am creating small app with Filament. When i want to custom design then tailwind classes not working. Should we install with npm or its already install while Filament installation?
Solution:Jump to solution
Probably need to create a custom theme, otherwise the classes you want may not be available https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
2 Replies
Solution
Probably need to create a custom theme, otherwise the classes you want may not be available https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
Okay. Thanks for help