CSSVariableReferenceValue: CSSVariableReferenceValue() constructor

Note: This feature is available in Web Workers.

Creates a new CSSVariableReferenceValue.

Syntax

js
new CSSVariableReferenceValue(variable)
new CSSVariableReferenceValue(variable, fallback)

Parameters

variable

A custom property name.

fallback Optional

A custom property fallback value.

Specifications