Skip to content

Commit

Permalink
added comment before pop
Browse files Browse the repository at this point in the history
  • Loading branch information
gieoon committed Feb 10, 2023
1 parent 6643310 commit 1fcff69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lexer.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ function lex(css) {
if ('at-group' === getState(1)) {
initializeToken('at-group-end');
addToken();
// If we're at 'at-group', pop to prior 'before-selector'
popState();
}
}
Expand Down

0 comments on commit 1fcff69

Please sign in to comment.