Rest
...params: [expr: string | number | internal.CSSDimensionObject & { type: internal.CSSAngleType } | internal.CSSDimensionObject & { type: "percent" } | internal.CSSDimensionObject & { type: internal.CSSLengthType } | internal.CSSDimensionObject & { type: internal.CSSTimeType } | internal.CSSDimensionObject & { type: internal.CSSResolutionType }]Represents the computed value of the property on the element's parent.
Represents the value specified as the property's initial value.
Acts as either inherit
or initial
, depending on whether the property is inherited or not.
Evaluates the value of a custom variable.
Rest
...params: [name: string, defaultValue?: string]
Evaluates an mathematical expression. The following operators can be used: + - * /.