-
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
Missing DEFAULT option for ringOffsetWidth and ringOffsetColor #2911
Comments
Hey! 👋 There is no offset specified in your Play example, only the The actual "default" for ring-offset is no offset. We make the assumption that there should be no offset, unless explicitly specified. The default color for ring offset is white. 👍 If you add a |
I'm aware of that, is it normal to use 4 classes for a ring? I thought we could setup defaults for the 4 elements of ring and use a single Nothing that can't be solved with |
This is a valid request, will play with this more at some point soon and see if it makes sense to make it work this way 👍🏻 Thanks for bringing it up! |
* add ring defaults Fixes #2911 * add tests for the ringWidth utility + defaults * update changelog
Describe the problem:
Trying to set a default ring with offset doesn't work.
Link to a minimal reproduction:
https://play.tailwindcss.com/hNYXW0Qzj9
The text was updated successfully, but these errors were encountered: