Set style property
style.setProperty(prop, value, options?)
Manage the CSS of a Style by setting a specific style property at the given breakpoint and pseudo-state.
Syntax
Parameters
-
options: BreakpointAndPseudo (optional)
An object that lets you filter properties by breakpoint and/or pseudo-state.
-
BreakpointId
: Identifies the responsive breakpoint to get styles for. -
PseudoStateKey
: Specifies a CSS pseudo-class to get styles for.
-
Returns
Promise<null
>
A Promise that resolves to null