tailwindcss rounded-s-lg not working
I try to implement class rounded-s-lg but seems not working. anyone knows why ?
Solution:Jump to solution
https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
If you want to apply Tailwind CSS classes that are not already used in Blade files, you should update your content configuration in tailwind.config.js to also scan for classes inside your directory:
./app/Filament/**/*.php
...1 Reply
Solution
https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
If you want to apply Tailwind CSS classes that are not already used in Blade files, you should update your content configuration in tailwind.config.js to also scan for classes inside your directory:
./app/Filament/**/*.php