mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
update modules
This commit is contained in:
1
node_modules/cssom/lib/parse.js
generated
vendored
1
node_modules/cssom/lib/parse.js
generated
vendored
@@ -240,7 +240,6 @@ CSSOM.parse = function parse(token) {
|
||||
state = "before-selector";
|
||||
} else if (state === "fontFaceRule-begin") {
|
||||
if (parentRule) {
|
||||
ancestorRules.push(parentRule);
|
||||
fontFaceRule.parentRule = parentRule;
|
||||
}
|
||||
fontFaceRule.parentStyleSheet = styleSheet;
|
||||
|
Reference in New Issue
Block a user