Skip to main content

parse_layout_grid_auto_flow

Function parse_layout_grid_auto_flow 

Source
pub fn parse_layout_grid_auto_flow(
    input: &str,
) -> Result<LayoutGridAutoFlow, GridAutoFlowParseError<'_>>
Expand description

ยงErrors

Returns an error if input is not a valid CSS grid-auto-flow value.