|
|
@@ -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;
|