We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5644a8f + c5f75cd commit 0d442e0Copy full SHA for 0d442e0
parse-css.js
@@ -1030,7 +1030,7 @@ function consumeAListOfDeclarations(s) {
1030
if(decl = consumeADeclaration(new TokenStream(temp))) decls.push(decl);
1031
} else {
1032
parseerror(s);
1033
- reconsume();
+ s.reconsume();
1034
while(!(s.next() instanceof SemicolonToken || s.next() instanceof EOFToken))
1035
consumeAComponentValue(s);
1036
}
0 commit comments