diff --git a/vendor-overwrites/beautify/beautify-css-mod.js b/vendor-overwrites/beautify/beautify-css-mod.js index a03fd7d8..1b4b1ec4 100644 --- a/vendor-overwrites/beautify/beautify-css-mod.js +++ b/vendor-overwrites/beautify/beautify-css-mod.js @@ -407,7 +407,7 @@ } print.text(eatComment()); - print.newLine(); + if (peek() !== ';') print.newLine(); } else if (ch === '/' && peek() === '/') { // single line comment if (!isAfterNewline && last_top_ch !== '{') { print.trim();