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
In Firefox this renders as lastfirst. In Chrome this renders as firstlast. It would appear the the infinity values (locally they seem to become 2147483648) being used don't play ball with Firefox?
In v3 these used 9999 as their value, which worked.
The text was updated successfully, but these errors were encountered:
Stupid! Probably should just revert this back to 9999 and -9999 and I guess just hope no one ever tries to reorder things in a ten thousand item flex container. Deeply, deeply unsatisfying.
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?
N/A
What version of Node.js are you using?
N/A
What browser are you using?
Firefox
What operating system are you using?
macOS
Reproduction URL
https://play.tailwindcss.com/ouC5jv8TNd
Describe your issue
In Firefox this renders as
lastfirst
. In Chrome this renders asfirstlast
. It would appear the theinfinity
values (locally they seem to become2147483648
) being used don't play ball with Firefox?In v3 these used
9999
as their value, which worked.The text was updated successfully, but these errors were encountered: