Text Decoration
Controls the text decoration of an element.
Class | Property |
---|---|
td-none | text-decoration: none; |
td-u | text-decoration: underline; |
Using responsive modifiers
Using responsive breakpoints like sm:td-*
,
md:td-*
, lg:td-*
, and xxl:td-*
allows targeting specific utilities in
different viewports.
Using hover modifiers
Using :hover
modifiers such as h:td-*
allows
you to override elements and change their values when hovering over them.