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.
pub fn transform_css<'a>(
css: &'a str,
hash: &str,
) -> Result<String, ParseError<&'a str, ContextError>>Parses and rewrites CSS class selectors with the hash applied.
Does not modify :global(...) selectors.