pub fn parse_shape_image_threshold(
input: &str,
) -> Result<ShapeImageThreshold, ParseFloatError>Expand description
Parser for shape-image-threshold property
ยงErrors
Returns an error if input is not a valid CSS shape-image-threshold value.