Skip to main content

parse_border_bottom_width

Function parse_border_bottom_width 

Source
pub fn parse_border_bottom_width(
    input: &str,
) -> Result<LayoutBorderBottomWidth, CssPixelValueParseError<'_>>
Expand description

ยงErrors

Returns an error if input is not a valid CSS border-bottom-width value.