Open
Description
What version of Tailwind CSS are you using?
4 beta.2
What build tool (or framework if it abstracts the build tool) are you using?
Tailwind Play
What version of Node.js are you using?
N/A
What browser are you using?
Firefox
What operating system are you using?
macOS
Reproduction URL
https://play.tailwindcss.com/bpvuR7VY5Z
Describe your issue
--radius-full
does not appear to be available as a variable. As an obviously pointless examplerounded-(--radius-lg)
will result in an element with rounded corners, rounded-(--radius-full)
will not.