You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll assume your question is for Nuxt UI v3.
This new version migrated to Tailwind CSS v4 which moved away from the js config.
The equivalent of what you are looking for is described here.
So in your app/assets/css/main.css, you could add the important as follow:
Description
It doesn't seem to apply using
tailwind.config.js
export default { important: true }
The text was updated successfully, but these errors were encountered: