Function transform_css

Source
pub fn transform_css(
    content: &str,
    span: Span,
    scope: Option<&str>,
    errors: &mut Vec<CssError>,
    config: TransformCssConfig,
) -> Option<String>
Expand description

Transforms raw CSS, also handles the scopes.