We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414d3d6 commit fcdef9fCopy full SHA for fcdef9f
1 file changed
lib/parse.js
@@ -399,6 +399,7 @@ CSSOM.parse = function parse(token) {
399
prevScope = currentScope;
400
currentScope = parentRule;
401
currentScope.cssRules.push(prevScope);
402
+ break;
403
}
404
405
if (ancestorRules.length === 0) {
0 commit comments