Skip to main content

parse_grid_placement

Function parse_grid_placement 

Source
pub fn parse_grid_placement(
    input: &str,
) -> Result<GridPlacement, GridParseError<'_>>
Expand description

ยงErrors

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