Skip to content

Commit

Permalink
CSS touchings
Browse files Browse the repository at this point in the history
  • Loading branch information
hydroper committed Apr 28, 2024
1 parent c191999 commit d27ffc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/parser/parser/css_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@ impl<'input> CssParserFacade<'input> {
v = (v1, parser.token.1.clone());
parser.next();
}
parser.expect_eof();
v
} else {
let mut s = String::new();
Expand Down

0 comments on commit d27ffc2

Please sign in to comment.