Function fervid_css::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.