Guaranteed-invalid value
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.