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
Tailwind CSS v4 and BladeWind UI use the same utility class names (.p-4, .mx-auto, etc.) causing CSS conflicts. There is no config file in Tailwind v4, so prefixing isn’t the issue. Even on normal divs, BladeWind CSS styles override Tailwind classes. How can I prevent this conflict?
it's a normal tw class but searching with bladewind-ui.min.css, not app.css with vite
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tailwind CSS v4 and BladeWind UI use the same utility class names (.p-4, .mx-auto, etc.) causing CSS conflicts. There is no config file in Tailwind v4, so prefixing isn’t the issue. Even on normal divs, BladeWind CSS styles override Tailwind classes. How can I prevent this conflict?
it's a normal tw class but searching with bladewind-ui.min.css, not app.css with vite
here my html `
Beta Was this translation helpful? Give feedback.
All reactions