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
@probablykasper Thank you for the report! We confirmed that this fix works for the latest version of Chrome/Safari/Firefox. We changed this specifically to `" | " in the past though: #13660. This was likely an issue with Firefox nightly at the time. cc @thecrypticace
What version of Tailwind CSS are you using?
For example: 4.0.0-alpha.20
What build tool (or framework if it abstracts the build tool) are you using?
For example: Vite 5.4.2
What version of Node.js are you using?
For example: v20.15.0
What browser are you using?
For example: Brave
What operating system are you using?
For example: macOS
Reproduction URL
https://play.tailwindcss.com/CLyjwhj0qQ
Describe your issue
The same code does work in v3. Setting the CSS variable's
syntax
property from"<length> | <percentage>"
to"<length-percentage>"
fixes it.The text was updated successfully, but these errors were encountered: