Typography
Text Decoration
Utilities for sets the text-decoration of an element.
Class
class | css | |
---|---|---|
underline | text-decoration: underline | |
line-through | text-decoration: line-through | |
no-underline | text-decoration: none |
Usage
<!-- Example -->
<y class="underline">
...
</y>
Variant
Variant | Enabled | Responsive |
---|---|---|
Default | Yes | Yes |
Dark Theme | ||
hover | Yes | |
group-hover | Yes | |
focus | Yes | |
focus-within | Yes | |
active | ||
visited | ||
checked | ||
disabled |