mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-21 21:31:11 +01:00
Fix variable parsing.
This commit is contained in:
parent
ceacb840b3
commit
3b3e3046fd
@ -1657,7 +1657,7 @@ class Parser {
|
||||
switch (_scanner.peekChar()) {
|
||||
case $dollar:
|
||||
children.add(_variableDeclaration());
|
||||
break;
|
||||
continue loop;
|
||||
|
||||
case $semicolon:
|
||||
_scanner.readChar();
|
||||
|
Loading…
x
Reference in New Issue
Block a user