custom theme

Hello,

when I create a custom theme (php artisan make:filament-theme)
and
configure my vite.js file along with my panelAdminProvider.php, all the CSS disappears from my dashboard.

And when I add CSS, for it to be recognized, I have to run npm run build.

I'm doing exactly as the documentation and numerous explanations on the internet suggest.I'm on Laravel 11.
Could that be the cause?
I've tried on my current project and a brand new project. Always the same problem.πŸ˜‘
Was this page helpful?