premerge cleanup

This commit is contained in:
Mark Moser 2016-08-21 14:11:07 -05:00
parent c6f5577670
commit 84fdf750c5
4 changed files with 4 additions and 7 deletions

1
.gitignore vendored
View File

@ -38,7 +38,6 @@ tmux*log
/vendor/bundle
/lib/bundler/man/
/vendor/assets/*
!/vendor/assets/foundation-emails
bower_components/
node_modules/
.DS_Store

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,6 +1,6 @@
// manny, put stuff here to override foundation settings
// foundation overrides
$success-color: #EF0734;
$global-width: 600px;
$body-font-family: inherit;
$body-background: #ffffff;
$body-background: #ffffff;

View File

@ -1,10 +1,8 @@
// Foundation for Emails by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source
//
@import 'foundation-emails/scss/util/util',
'foundation-emails/scss/global',
'foundation_global_overrides',
'foundation-emails/scss/components/normalize',
'foundation-emails/scss/grid/grid',
'foundation-emails/scss/grid/block-grid',