transform_css

Function transform_css 

Source
pub fn transform_css<'a>(
    css: &'a str,
    hash: &str,
) -> Result<String, ParseError<&'a str, ContextError>>
Expand description

Parses and rewrites CSS class selectors with the hash applied. Does not modify :global(...) selectors.