pub fn parse_flex<'i, 't>(
    input: &mut Parser<'i, 't>
) -> Result<CSSFloat, ParseError<'i>>
Expand description

Parse a single flexible length.