1
0
Эх сурвалжийг харах

removed unneeded whitespace

Gildas 7 жил өмнө
parent
commit
eba7e92fd8

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

@@ -112,7 +112,7 @@ this.cssMinifier = this.cssMinifier || (() => {
 				const ruleSelectorText = ruleInfo.selectorsText[selectorTextIndex];
 				if (ruleInfo.matchedSelectors.has(ruleSelectorText)) {
 					if (selectorText) {
-						selectorText += ", ";
+						selectorText += ",";
 					}
 					newSelectors.push(ruleInfo.selectors[selectorTextIndex]);
 					newSelectorsText.push(ruleSelectorText);