@@ -122,8 +122,8 @@ this.cssMinifier = this.cssMinifier || (() => {
styleCssText += style.name + ":" + cssStyle.getPropertyValue(style.name) + (priority && ("!" + priority));
}
- return (styleCssText || cssStyle.cssText);
+ return (styleCssText || cssStyle.cssText);
function testIgnoredSelector(selectorText) {