Syntax
text-stroke-width
Setting the width of the stroke for text characters.
Overview
Class | Declarations |
---|---|
text-stroke:`value` | -webkit-text-stroke: `value`;
|
Apply conditionally
Apply styles based on different states using selectors and conditional queries.
<div class="text-stroke-width:2:hover text-stroke-width:2@sm text-stroke-width:2@dark text-stroke-width:2@print">…</div>