| Class | Description | |
|---|---|---|
colorSets the text color via --color. CSS Rules Usage
The .color
class is flagged as a value-driven selector.
The variable --color 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
| .color | Sets the text color via --color. |
color/oSets text color + opacity via --color and --color-o independently. CSS Rules Usage
The .color/o
class is flagged as a value-driven selector.
The variables --color and --color-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
| .color/o | Sets text color + opacity via --color and --color-o independently. |