Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

russellxu's avatar

Filament does not have certain tailwind class?

The app.css file in /public/css/filament/filament/app.css does not have certain tailwind class, such as pr-. I guess the css file maybe pruned? So how can I regenerate app.css file?

0 likes
1 reply
Tray2's avatar

The same way you do it when you use Tailwind without Filament,

npm run dev

Please or to participate in this conversation.