Skip to content

Commit f9c312c

Browse files
Update lib/parse.js
Co-authored-by: hasezoey <hasezoey@gmail.com>
1 parent ff99146 commit f9c312c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/parse.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ CSSOM.parse = function parse(token) {
173173
i += "layer".length;
174174
buffer = "";
175175
break;
176-
}
177-
else if (token.indexOf("@supports", i) === i) {
176+
} else if (token.indexOf("@supports", i) === i) {
178177
state = "conditionBlock";
179178
supportsRule = new CSSOM.CSSSupportsRule();
180179
supportsRule.__starts = i;

0 commit comments

Comments
 (0)