Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0831d9

Browse files
author
Ihor Nechypor
committedAug 12, 2020
updates
1 parent 3eb1888 commit b0831d9

File tree

103 files changed

+567
-2869
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+567
-2869
lines changed
 

‎dist.zip

326 KB
Binary file not shown.

‎gulpfile.babel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function inliner(css) {
186186
.pipe($.replace, '<!-- <style> -->', `<style>${mqCss}</style>`)
187187
.pipe($.replace, '<link rel="stylesheet" type="text/css" href="css/app.css">', '')
188188
.pipe($.htmlmin, {
189-
collapseWhitespace: true,
189+
collapseWhitespace: false,
190190
minifyCSS: true
191191
});
192192

0 commit comments

Comments
 (0)
Please sign in to comment.