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