Expand description
CSS custom properties and unparsed token values.
Structs§
- Custom
Property - A CSS custom property, representing any unknown property.
- Environment
Variable - A CSS environment variable reference.
- Function
- A custom CSS function.
- Token
List - A raw list of CSS tokens, with embedded parsed values.
- Unparsed
Property - A known property with an unparsed value.
- Variable
- A CSS variable reference.
Enums§
- Custom
Property Name - A CSS custom property name.
- Environment
Variable Name - A CSS environment variable name.
- Token
- A raw CSS token.
- Token
OrValue - A raw CSS token, or a parsed value.
- UAEnvironment
Variable - A UA-defined environment variable name.
- Unresolved
Color - 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.