Skip to content

Commit d5672b7

Browse files
committed
Merge branch 'master' of github.com:NV/CSSOM
2 parents 18d49c3 + a4b46da commit d5672b7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

lib/parse.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ CSSOM.parse = function parse(token) {
399399
prevScope = currentScope;
400400
currentScope = parentRule;
401401
currentScope.cssRules.push(prevScope);
402+
break;
402403
}
403404

404405
if (ancestorRules.length === 0) {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"parser",
88
"styleSheet"
99
],
10-
"version": "0.4.2",
10+
"version": "0.4.3",
1111
"author": "Nikita Vasilyev <me@elv1s.ru>",
1212
"repository": "NV/CSSOM",
1313
"files": [

0 commit comments

Comments
 (0)