We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5644a8f commit c5f75cdCopy full SHA for c5f75cd
1 file changed
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