Skip to content

Commit

Permalink
refactor: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 19, 2022
1 parent a55dd32 commit 60c7bf4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/swc_css_codegen/tests/fixture.rs
Expand Up @@ -286,13 +286,6 @@ impl VisitMut for NormalizeTest {
}
}

fn visit_mut_function(&mut self, n: &mut Function) {
fn visit_mut_url(&mut self, n: &mut Url) {
n.visit_mut_children_with(self);

n.name.value = n.name.value.to_lowercase().into();
}

fn visit_mut_pseudo_class_selector(&mut self, n: &mut PseudoClassSelector) {
n.visit_mut_children_with(self);

Expand Down

0 comments on commit 60c7bf4

Please sign in to comment.