Skip to main content

Module parser

Module parser 

Source

Functions§

parse_style_background_content
Parses a single background value, which can be a color, image, or gradient.
parse_style_background_content_multiple
Parses multiple backgrounds, such as “linear-gradient(red, green), url(image.png)”.
parse_style_background_position
Parses a single background-position value.
parse_style_background_position_multiple
Parses multiple background-position values.
parse_style_background_repeat
Parses a single background-repeat value.
parse_style_background_repeat_multiple
Parses multiple background-repeat values.
parse_style_background_size
Parses a single background-size value.
parse_style_background_size_multiple
Parses multiple background-size values.