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
The bug is, i have a class like this lg:bg-[center_bottom_-15rem] and on development mode, tailwind puts all thing as is. When build the app, transformation is convert that into invalid status. center turning into 50% and its invalid.
Expectation is, not creating a invalid value.
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS are you using?
v4.0.0
What build tool (or framework if it abstracts the build tool) are you using?
svelte 5.19.2, tailwindcss/vite 4.0.0, vite 6.0.11
What version of Bun js are you using?
v1.2.0
What browser are you using?
Zen Browser (Firefox)
What operating system are you using?
Ubuntu 22.04
Reproduction URL
https://play.tailwindcss.com/czuZLwTt4a
Describe your issue
The bug is, i have a class like this
lg:bg-[center_bottom_-15rem]
and on development mode, tailwind puts all thing as is. When build the app, transformation is convert that into invalid status.center
turning into50%
and its invalid.Expectation is, not creating a invalid value.
The text was updated successfully, but these errors were encountered: