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;
|
Apply conditionally
Apply styles based on different states using selectors and conditional queries.
<div class="text-decoration-thickness:1:hover text-decoration-thickness:1@sm text-decoration-thickness:1@dark text-decoration-thickness:1@print">…</div>