-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add text-decoration-color
utilities
#5760
Conversation
Add `text-decoration-color` utilities (including opacity utilities)
…ration for latter
change 'backgroundColor' to 'textDecorationColor' in corePlugin declaration for latter
The instructions for creating a |
I think this is doing the same as #5762 is trying to. |
Thanks for this! Can we ditch the textDecorationOpacity plugin? Going forward for new color stuff I want to just encourage the shorthand syntax ( Good to merge after that stuff is removed!
Yeah these are definitely out of date — what you have testing-wise here is great 👍 |
Sure thing. I have a quick question. For this line in { values: flattenColorPalette(theme('textDecorationColor')), type: 'color' } should the |
(It looks like |
I believe the |
remove explicit textDecorationOpacity utility (JIT slash syntax suffices)
text-decoration-color
utilities (including opacity utilities)text-decoration-color
utilities
Explicit opacity utilities have been removed. I ran |
Looks great, thank you! 🙌🏻 |
This is a great addition! I think the default tokens should be inferred from |
Not working with
The `decoration-current/50` class does not exist. |
Adds utilities for the
text-decoration-color
property(including opacity utilities)[EDIT: no dedicated opacity utilities], as green-lit here.Example usage: