Skip to content

Commit adc5e6b

Browse files
committed
add empty lines
1 parent 6116ee9 commit adc5e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/@apostrophecms/asset/lib/webpack/media-to-container-queries-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module.exports = function (source) {
8080
rule.replaceWith(newRule);
8181
});
8282

83-
return `${root.toString()} ${containerQuery}`;
83+
return `${root.toString()}\\n\\n${containerQuery}`;
8484
});
8585

8686
return modifiedSource;

0 commit comments

Comments
 (0)