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 just ran into this today, seemingly randomly. I was on 4.0.0-alpha.23 initially but upgraded to 4.0.0-alpha.24 late yesterday evening. Everything seemed to work quite well until I opened my project this morning. Out of no where, all defined classes in the @theme directive were sorted to the front and the class conflict reporting reverted to what you were able to reproduce. I did downgrade to 4.0.0-alpha.23 which solved the class sorting, but the class conflict reporting issue still remained. I ended up with a fairly long class with only one error (max-w-8xl) max-w-8xl border-neon-pink bg-neon-pink mx-auto max-w-7xl border border-amber-300 bg-slate-500 p-4 py-2 being reported. Once I removed either of the max-w-* classes, then the error was resolved.
See tailwindlabs/tailwindcss#14361
I've been able to reproduce this myself under certain conditions as well:
The first class list does not report conflicts
The text was updated successfully, but these errors were encountered: