Skip to main content

parse_layout_justify_items

Function parse_layout_justify_items 

Source
pub fn parse_layout_justify_items(
    input: &str,
) -> Result<LayoutJustifyItems, JustifyItemsParseError<'_>>
Expand description

ยงErrors

Returns an error if input is not a valid CSS justify-items value.