A known property with an unparsed value.
This type is used when the value of a known property could not be parsed, e.g. in the case css var() references are encountered. In this case, the raw tokens are stored instead.
var()
The id of the property.
The property value, stored as a raw token list.
A known property with an unparsed value.
This type is used when the value of a known property could not be parsed, e.g. in the case css
var()references are encountered. In this case, the raw tokens are stored instead.