Skip to content

Commit

Permalink
refactor: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Nov 4, 2022
1 parent b95286d commit 4aa5fe2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/swc_css_ast/src/base.rs
Expand Up @@ -4,8 +4,7 @@ use swc_common::{ast_node, EqIgnoreSpan, Span};
use crate::{
AlphaValue, AtRule, CalcSum, CmykComponent, Color, ComplexSelector, DashedIdent, Delimiter,
Dimension, Hue, Ident, Integer, KeyframeBlock, LayerName, Number, Percentage, Ratio,
RelativeSelectorList, SelectorList, Str, TokenAndSpan, UnicodeRange, Url,
SelectorList, Str, SupportsCondition, TokenAndSpan, UnicodeRange, Url,
RelativeSelectorList, SelectorList, Str, SupportsCondition, TokenAndSpan, UnicodeRange, Url,
};

#[ast_node("Stylesheet")]
Expand Down

0 comments on commit 4aa5fe2

Please sign in to comment.