Skip to main content

parse_style_background_repeat

Function parse_style_background_repeat 

Source
pub fn parse_style_background_repeat(
    input: &str,
) -> Result<StyleBackgroundRepeat, InvalidValueErr<'_>>
Expand description

Parses a single background-repeat value.

ยงErrors

Returns an error if input is not a valid CSS background-repeat value.