Pages with Livewire component styling not applying
I have created a setting page where I am trying to render a Livewire component but the tailwind style is not applying to the component, what I am missing?
here is my tailwind.config.js
and vite.config.js
2 Replies
You should create a custom theme and run
npm run build
https://filamentphp.com/docs/3.x/panels/themes/#creating-a-custom-themethanks it worked