Skip to content

Commit ff99146

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ CSSOM.parse = function parse(token) {
274274
layerBlockRule.parentStyleSheet = styleSheet;
275275
buffer = "";
276276
state = "before-selector";
277-
} else if (state === "hostRule-begin") {
277+
} else if (state === "hostRule-begin") {
278278
if (parentRule) {
279279
ancestorRules.push(parentRule);
280280
}

0 commit comments

Comments
 (0)