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 18, 2022
1 parent 37bd2c0 commit b2cda90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/swc_css_parser/src/parser/syntax/mod.rs
Expand Up @@ -620,7 +620,6 @@ where
let mut ident: Ident = self.parse()?;

ident.value = ident.value.to_ascii_lowercase();
let ident = self.parse()?;

DeclarationName::Ident(ident)
};
Expand Down

0 comments on commit b2cda90

Please sign in to comment.