Expand description

CSS custom properties and unparsed token values.

Structs

A CSS custom property, representing any unknown property.

A raw list of CSS tokens, with embedded parsed values.

A known property with an unparsed value.

A CSS variable reference.

Enums

A raw CSS token.

A raw CSS token, or a parsed value.

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.