Skip to main content

parse_border_top_width

Function parse_border_top_width 

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

ยงErrors

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