Update preset in tailwind.config.js to V4
Sorry if this is not the right place, but wasn't sure where else to ask.
In v3,
tailwind.config.js
had the Filament preset loaded
Since in v4 this doesn't exist anymore, can we just remove that part from the config?Solution:Jump to solution
You don't need a config file anymore for Tailwind V4. It's configured inside the CSS file
3 Replies
Solution
You don't need a config file anymore for Tailwind V4. It's configured inside the CSS file
Oh so I can get rid of this entirely? That's great, thanks.
Is there a scenario where we actually need it?
I don't think so.