Function swc_css_utils::replace_pseudo_element_selector_name

source ยท
pub fn replace_pseudo_element_selector_name<N>(
    node: &mut N,
    from: &str,
    to: &str,
)
where N: for<'aa> VisitMutWith<PseudoElementSelectorNameReplacer<'aa>>,