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