premerge cleanup
This commit is contained in:
parent
c6f5577670
commit
84fdf750c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,7 +38,6 @@ tmux*log
|
|||||||
/vendor/bundle
|
/vendor/bundle
|
||||||
/lib/bundler/man/
|
/lib/bundler/man/
|
||||||
/vendor/assets/*
|
/vendor/assets/*
|
||||||
!/vendor/assets/foundation-emails
|
|
||||||
bower_components/
|
bower_components/
|
||||||
node_modules/
|
node_modules/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
@ -1,6 +1,6 @@
|
|||||||
// manny, put stuff here to override foundation settings
|
// foundation overrides
|
||||||
|
|
||||||
$success-color: #EF0734;
|
$success-color: #EF0734;
|
||||||
$global-width: 600px;
|
$global-width: 600px;
|
||||||
$body-font-family: inherit;
|
$body-font-family: inherit;
|
||||||
$body-background: #ffffff;
|
$body-background: #ffffff;
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
// Foundation for Emails by ZURB
|
|
||||||
// foundation.zurb.com
|
|
||||||
// Licensed under MIT Open Source
|
|
||||||
//
|
|
||||||
@import 'foundation-emails/scss/util/util',
|
@import 'foundation-emails/scss/util/util',
|
||||||
'foundation-emails/scss/global',
|
'foundation-emails/scss/global',
|
||||||
|
|
||||||
'foundation_global_overrides',
|
'foundation_global_overrides',
|
||||||
|
|
||||||
'foundation-emails/scss/components/normalize',
|
'foundation-emails/scss/components/normalize',
|
||||||
'foundation-emails/scss/grid/grid',
|
'foundation-emails/scss/grid/grid',
|
||||||
'foundation-emails/scss/grid/block-grid',
|
'foundation-emails/scss/grid/block-grid',
|
||||||
|
Loading…
Reference in New Issue
Block a user