parse_css_with_cache

Function parse_css_with_cache 

Source
pub fn parse_css_with_cache(
    source: &str,
    cache: &mut NodeCache,
    options: CssParserOptions,
) -> CssParse
Expand description

Parses the provided string as CSS program using the provided node cache.