-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v4] --radius-full is not available as a variable #15115
Comments
Hey! This is by design in v4 as "full" only really has one meaning so we've hard-coded values like that into core instead of making them driven by variables (it wouldn't make sense to redefine But maybe in this case it's still useful to have in there since it's a somewhat complex value to type out by hand ( |
@BeetrootShoulders Out of curiosity: Do you mind sharing the more specific case you were running into that lead you to notice this variable not being defined? 🙂 |
I've noticed this as well, since I've tried to avoid Related: https://discord.com/channels/486935104384532500/486935104384532502/1299322215094816870 |
I actually opened the issue on behalf of a user on the TW Discord (where I try to help out as best I can): https://discord.com/channels/486935104384532500/486935104384532502/1309559484255047721 |
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.The text was updated successfully, but these errors were encountered: