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
After migration all my .form-* overridings from the mentioned plugin have become @Utility classes, fine, so far, except this overrides:
form-multiselect, form-select and form-textarea
are being put in the wrong order in the generated final css file, putting the plugins original style AFTER the overrides, creating the issue of override styles not being applied correctly and/or overridden, like in the example link.
What should I do to fix the ordering between plugin classes and my overrides?(the other form inputs are fine, given the correct order)
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS are you using?
v4.0.3
What build tool (or framework if it abstracts the build tool) are you using?
npx @tailwindcss/cli
What version of Node.js are you using?
v22.2.0
What browser are you using?
N/A
What operating system are you using?
Windows 10
Reproduction URL
https://play.tailwindcss.com/4QKIJpvMY8
Describe your issue
After migration all my .form-* overridings from the mentioned plugin have become @Utility classes, fine, so far, except this overrides:
form-multiselect, form-select and form-textarea
are being put in the wrong order in the generated final css file, putting the plugins original style AFTER the overrides, creating the issue of override styles not being applied correctly and/or overridden, like in the example link.
What should I do to fix the ordering between plugin classes and my overrides?(the other form inputs are fine, given the correct order)
The text was updated successfully, but these errors were encountered: