Function swc_css_utils::replace_text[][src]

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