Guaranteed-invalid value

We'd love to hear more about your role and the company you work for
Please help us by answering a few questions.

In CSS the guaranteed-invalid value is initial.

When a custom property's value is the guaranteed-invalid value, the var() function cannot use it for substitution. Attempting to do so makes the declaration invalid at computed-value time, unless a valid fallback is specified.

See also