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.
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
syntaxproperty from"<length> | <percentage>"to"<length-percentage>"fixes it.