Syntax
stroke-width
Setting the width of the stroke to be applied to the SVG shape.
Overview
Class | Declarations |
---|---|
stroke:size | stroke-width: size;
|
Conditionally apply
Apply styles based on different states using selectors and applying conditionally.
<div class="stroke:1:hover stroke:1@sm stroke:1@dark stroke:1@print">…</div>