Closed
Description
source: tailwindlabs/tailwindcss#13395 (comment)
[...] in v4, it will be
max-w-[var(--breakpoint-sm)]
as the shorthand arbitrary variable syntax will no longer be supported.
property-[--var-ref]
➞property-[var(--var-ref)]
Related:
- Remove automatic
var(…)
injection #13537- Remove automatic
var(…)
injection #13657- Disable automatic
var()
injection for anchor properties #13826[...]