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
I've merged the fix for this in #13826 and it'll be available in the next v3 patch release — probably gonna tag it next week. In the meantime you can try it once our insiders build publishes to NPM (this may take like ~15m or so):
What version of Tailwind CSS are you using?
v3.4.4
What build tool (or framework if it abstracts the build tool) are you using?
"next": "^14.2.3"
What version of Node.js are you using?
v18.15.0
What browser are you using?
N/A
What operating system are you using?
macOS
Reproduction URL
https://play.tailwindcss.com/fagqAhZl3j
Describe your issue
Arbitrary value for
anchor-name
outputs as custom variable (var(--foo)
) instead of the desired identifier value (--foo
).Per specs by Chrome: https://developer.chrome.com/blog/anchor-positioning-api
[Current issue] the above outputs as:
[Desired]
--foo
instead ofvar(--foo)
The text was updated successfully, but these errors were encountered: