pub fn parse_style_attribute(style: &str) -> Vec<CssDeclaration>Expand description
Parse a CSS style string (e.g., from a style attribute) into declarations.
pub fn parse_style_attribute(style: &str) -> Vec<CssDeclaration>Parse a CSS style string (e.g., from a style attribute) into declarations.