tailwindcss rounded-s-lg not working

I try to implement class rounded-s-lg but seems not working. anyone knows why ?
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
Was this page helpful?