Function swc_css_utils::replace_ident[][src]

pub fn replace_ident<N>(node: &mut N, from: &str, to: &str) where
    N: for<'aa> VisitMutWith<IdentReplacer<'aa>>,