Function style::custom_properties::parse_non_custom_with_var
[−]
[src]
pub fn parse_non_custom_with_var<'i, 't>(
input: &mut Parser<'i, 't>
) -> Result<(TokenSerializationType, Cow<'i, str>), ParseError<'i>>
Parse the value of a non-custom property that contains var()
references.