pub fn parse_style_border_width<'a>(
input: &'a str,
) -> Result<StyleBorderWidths, CssPixelValueParseError<'a>>Expand description
Parses border-width shorthand: 1-4 width values
pub fn parse_style_border_width<'a>(
input: &'a str,
) -> Result<StyleBorderWidths, CssPixelValueParseError<'a>>Parses border-width shorthand: 1-4 width values