Expand description

CSS custom properties and unparsed token values.

Structs

A CSS custom property, representing any unknown property.
A CSS environment variable reference.
A custom CSS function.
A raw list of CSS tokens, with embedded parsed values.
A known property with an unparsed value.
A CSS variable reference.

Enums

A CSS custom property name.
A CSS environment variable name.
A raw CSS token.
A raw CSS token, or a parsed value.
A UA-defined environment variable name.
A color value with an unresolved alpha value (e.g. a variable). These can be converted from the modern slash syntax to older comma syntax. This can only be done when the only unresolved component is the alpha since variables can resolve to multiple tokens.