Skip to content

Commit

Permalink
Fix CSS ast
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 30, 2023
1 parent 747783e commit 3c5ba8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_css_ast/src/selector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl Take for SelectorList {
}
}

#[ast_node("SelectorList")]
#[ast_node("ForgivingSelectorList")]
#[derive(Eq, Hash, EqIgnoreSpan)]
pub struct ForgivingSelectorList {
pub span: Span,
Expand Down

0 comments on commit 3c5ba8e

Please sign in to comment.