| Class | Description | |
|---|---|---|
accentSets the accent color via --accent. Used for highlights, focus rings, and branded tints. CSS Rules Usage
The .accent
class is flagged as a value-driven selector.
The variable --accent 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
| .accent | Sets the accent color via --accent. Used for highlights, focus rings, and branded tints. |
accent/oSets accent color + opacity via --accent and --accent-o independently. CSS Rules Usage
The .accent/o
class is flagged as a value-driven selector.
The variables --accent and --accent-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
| .accent/o | Sets accent color + opacity via --accent and --accent-o independently. |