Extending native utilities safely #19808
Replies: 1 comment
-
|
Oh, figured it out myself :) @layer base {
.underline {
text-decoration-thickness: from-font;
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to extend the native
underlineutility class to also applytext-decoration-thickness: from-font(or@apply decoration-from-font), while still being able to override this with other utilities (likedecoration-4) in my markup later. Is this possible?Beta Was this translation helpful? Give feedback.
All reactions