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
Having the same issue here when using "grid-cols-[repeat(5,minmax(auto,max-content))]"
The new spaces injected causes the CSS to break and become invalid.
I have the same issue with this line h-[calc(100%-env(safe-area-inset-bottom,0)-var(--main-size)-var(--bottom-size))]
which is transformed into: height: calc(100% - env(safe - area - inset - bottom,0) - var(--main-size) - var(--bottom-size));
What version of Tailwind CSS are you using?
v3.3.4
What build tool (or framework if it abstracts the build tool) are you using?
Next.js 13.5.6
What version of Node.js are you using?
v16
For example: v16
What browser are you using?
Chrome
What operating system are you using?
macOS
Describe your issue
I have this arbitrary value in className
It's not generating the good css.
There is spaces around the dash.
In tailwind v3.3.3 it was working, so I downgrade the version.
The text was updated successfully, but these errors were encountered: