Skip to content

Commit

Permalink
remove WTF blank line at start of presets
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Oct 25, 2016
1 parent 5c99ed7 commit 4023fdd
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 18 deletions.
3 changes: 1 addition & 2 deletions src/assets/presets/amario.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export default {
id: 'amario',
name: 'Amario',
mjml: `
<mjml>
mjml: `<mjml>
<mj-body>
<mj-container background-color="#d6dde5">
<mj-section locked="true" padding-bottom="20" padding-top="20">
Expand Down
3 changes: 1 addition & 2 deletions src/assets/presets/arturia.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export default {
id: 'arturia',
name: 'Arturia',
mjml: `
<mjml>
mjml: `<mjml>
<mj-body>
<mj-container background-color="#F2F2F2">
Expand Down
3 changes: 1 addition & 2 deletions src/assets/presets/confirmation.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export default {
name: 'Confirmation',
id: 'confirmation',
mjml: `
<mjml>
mjml: `<mjml>
<mj-body>
<mj-container background-color="#dcefff" font-size="13px">
<mj-section hidden="false" locked="true" full-width="full-width" padding-bottom="20" padding-top="20">
Expand Down
3 changes: 1 addition & 2 deletions src/assets/presets/one-page.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export default {
id: 'onepage',
name: 'One Page',
mjml: `
<mjml>
mjml: `<mjml>
<mj-body>
<mj-container background-color="#d7dde5">
<mj-section locked="true" full-width="full-width">
Expand Down
3 changes: 1 addition & 2 deletions src/assets/presets/proof.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export default {
id: 'proof',
name: 'Proof',
mjml: `
<mjml>
mjml: `<mjml>
<mj-body>
<mj-container>
<mj-section>
Expand Down
3 changes: 1 addition & 2 deletions src/assets/presets/racoon.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export default {
id: 'racoon',
name: 'Racoon',
mjml: `
<mjml>
mjml: `<mjml>
<mj-body>
<mj-container background-color="#d6dde5">
<mj-section locked="true" full-width="full-width" padding-bottom="20" padding-top="20">
Expand Down
3 changes: 1 addition & 2 deletions src/assets/presets/reactivation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/assets/presets/receipt.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/assets/presets/referral.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4023fdd

Please sign in to comment.