Function style::properties::generated::shorthands::parse_border
source ยท pub fn parse_border<'i, 't>(
context: &ParserContext<'_>,
input: &mut Parser<'i, 't>,
) -> Result<(Color, BorderStyle, BorderSideWidth), ParseError<'i>>