| Class | Description | |
|---|---|---|
strokeSets SVG stroke color via --stroke. CSS Rules Usage
The .stroke
class is flagged as a value-driven selector.
The variable --stroke is required. Responsive & Dark Mode
Prefix
States
States are generated dynamically at runtime and always
come last. Append a state like
Supported pseudo-classes: Group Hover Example
The Pseudo-Elements
The Shorthand
Value-driven classes support a shorthand syntax like CLS Alert
This feature may cause CLS (Cumulative Layout
Shift). Make sure to include a
| .stroke | Sets SVG stroke color via --stroke. |
stroke/oSets SVG stroke color + opacity via --stroke and --stroke-o. CSS Rules Usage
The .stroke/o
class is flagged as a value-driven selector.
The variables --stroke and --stroke-o are required. Responsive & Dark Mode
Prefix
States
States are generated dynamically at runtime and always
come last. Append a state like
Supported pseudo-classes: Group Hover Example
The Pseudo-Elements
The Shorthand
Value-driven classes support a shorthand syntax like CLS Alert
This feature may cause CLS (Cumulative Layout
Shift). Make sure to include a
| .stroke/o | Sets SVG stroke color + opacity via --stroke and --stroke-o. |