Przeglądaj źródła

fixed cssTree issue

Gildas 7 lat temu
rodzic
commit
04a5dfb037

+ 0 - 1
lib/single-file/modules/css-fonts-alt-minifier.js

@@ -235,7 +235,6 @@ this.fontsAltMinifier = this.fontsAltMinifier || (() => {
 	}
 
 	function getPropertyValue(ruleData, propertyName) {
-		const cssTree = this.fontsAltMinifier.cssTree;
 		let property;
 		if (ruleData.block.children) {
 			property = ruleData.block.children.filter(node => node.property == propertyName).tail;