Skip to content

Commit

Permalink
ast is very complex than I thought
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 30, 2020
1 parent 1dde6f6 commit d891f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/ast/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub struct StyleRule {
pub struct Selector {
pub span: Span,
pub tag: Option<TagSelector>,
pub base: BaseSelector,
pub base: Vec<BaseSelector>,
pub pseudo_class: Option<Text>,
pub pseudo_element: Option<Text>,
}
Expand Down

0 comments on commit d891f67

Please sign in to comment.