Syntax
stroke
Setting the outline color of an SVG shape.
Overview
Class | Declarations |
---|---|
stroke:<color> | stroke: <color>;
|
Apply conditionally
Apply styles based on different states using selectors and conditional queries.
<div class="stroke:blue-60:hover stroke:blue-60@sm stroke:blue-60@dark stroke:blue-60@print">…</div>