})
.pipe($.injectString.replace, '<!-- <style> -->', '<style>'+mqCss+'</style>')
.pipe($.htmlmin, {
- collapseWhitespace: true,
- minifyCSS: true
+ collapseWhitespace: false,
+ minifyCSS: false
});
return pipe();
"gulp-sourcemaps": "^1.6.0",
"gulp-wrap": "^0.11.0",
"gulp-zip": "^3.2.0",
- "inky": "^1.3.3",
+ "inky": "zurb/inky",
"lazypipe": "^1.0.1",
"motion-ui": "^1.1.1",
"multiline": "^1.0.2",
/// Global media query to switch from desktop to mobile styles.
/// @type String
$global-breakpoint: $global-width + $global-gutter !default;
+
+
+// .wrapper {
+// width: 100%;
+// }
+
+// .wrapper-inner {
+// padding-top: 32px !important;
+// padding-bottom: 32px !important;
+// }
-
-.footer-drip {
- background: #F3F3F3;
- border-radius: 0 0 10px 10px;
-}
-.footer-drip .columns {
- padding-top: 16px;
-}
-.container.header-drip {
- background: #F3F3F3;
-}
-.container.header-drip .columns {
- padding-bottom: 16px;
- padding-top: 16px;
-}
-.container.body-drip {
- border-radius: 10px;
- border-top: 10px solid #663399;
-}
-
-
-
-.header {
- background: #8a8a8a;
-}
-
-.header p {
- color: #ffffff;
- margin: 0;
-}
-
-.header .columns {
- padding-bottom: 0;
-}
-
-.header .container {
- background: #8a8a8a;
- padding-top: 16px;
- padding-bottom: 16px;
-}
-
-.header .container td {
- padding-top: 16px;
- padding-bottom: 16px;
-}
\ No newline at end of file
width: 0;
padding: 0 !important;
}
+
<!-- <style> -->
<table class="body" data-made-with-foundation>
<tr>
- <td class="center" align="center" valign="top">
+ <td class="float-center" align="center" valign="top">
<center>
<%= contents %>
</center>