Skip to content

Commit 73f74c0

Browse files
author
Simon Milfred
committed
chore: minify even more
1 parent d6d3ef9 commit 73f74c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ThemeConfiguration/ThemeConfiguration.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ function makeCssText(selector, config = compConfig.value) {
766766
...mdToLgScreenRules,
767767
...lgScreenRules,
768768
...layerEnd,
769-
].join('');
769+
].join('').replaceAll(' ', ' ');
770770
}
771771
return [
772772
...layer,

0 commit comments

Comments
 (0)