pub fn parse_declaration_list(
input: &str,
) -> (Vec<Declaration<'_>>, Vec<ParseError>)Expand description
Parse a list of CSS declarations (e.g., from a style attribute).
pub fn parse_declaration_list(
input: &str,
) -> (Vec<Declaration<'_>>, Vec<ParseError>)Parse a list of CSS declarations (e.g., from a style attribute).