Explorar el Código

fixed script execution issue

Gildas hace 7 años
padre
commit
56a73e178d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"];