Skip to content

Commit 40ca658

Browse files
authored
Fixes #1218 - double hyphen in at-rule breaks parsing (#1219)
1 parent 0476f31 commit 40ca658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tokenizer/tokenize.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ function intoTokens(source, externalContext, internalContext, isNested) {
373373
position.index++;
374374
buffer = [];
375375
isBufferEmpty = true;
376+
isVariable = false;
376377

377378
ruleToken[2] = intoTokens(source, externalContext, internalContext, true);
378379
ruleToken = null;

0 commit comments

Comments
 (0)