Syntax
text-decoration-thickness
Setting thickness of the decoration line.
Overview
Class | Declarations |
---|---|
text-decoration-thickness:size | text-decoration-thickness: size/16em;
|
text-decoration:from-font | text-decoration-thickness: from-font;
|
Conditionally apply
Apply styles based on different states using selectors and applying conditionally.
<div class="text-decoration-thickness:1:hover text-decoration-thickness:1@sm text-decoration-thickness:1@dark text-decoration-thickness:1@print">…</div>