Procházet zdrojové kódy

fixed script execution issue

Gildas před 7 roky
rodič
revize
56a73e178d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lib/single-file/css-minifier.js

+ 1 - 1
lib/single-file/css-minifier.js

@@ -20,7 +20,7 @@
 
 /* global CSSRule, cssWhat, parseCss, RulesMatcher */
 
-this.cssMinifier = this.stylesMinifier || (() => {
+this.cssMinifier = this.cssMinifier || (() => {
 
 	const SEPARATOR_TYPES = ["descendant", "child", "sibling", "adjacent"];
 	const REMOVED_PSEUDO_CLASSES = ["focus", "focus-within", "hover", "link", "visited", "active"];