Text Decoration
Controls the text decoration of an element.
Class | Properties |
---|---|
td-none | text-decoration: none; |
td-u | text-decoration: underline; |
Using breakpoints
The utilization of breakpoint modifiers, like sm:td-*
, md:td-*
, lg:td-*
, and xxl:td-*
enables the targeting of specific utilities in disparate viewports.
Using variants
The :hover
variant, such as h:td-*
, allows you to modify elements and override other text decoration styles when hovering over them.