Function style::properties::generated::shorthands::border_bottom::parse_into
source ยท pub fn parse_into<'i, 't>(
declarations: &mut SourcePropertyDeclaration,
context: &ParserContext<'_>,
input: &mut Parser<'i, 't>,
) -> Result<(), ParseError<'i>>
Expand description
Parse the given shorthand and fill the result into the
declarations
vector.