]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
fix merge conflicts
authorRafiBomb <rafi@zurb.com>
Mon, 7 Mar 2016 18:51:20 +0000 (10:51 -0800)
committerRafiBomb <rafi@zurb.com>
Mon, 7 Mar 2016 18:51:20 +0000 (10:51 -0800)
1  2 
scss/grid/_grid.scss
testing/src/assets/scss/_settings.scss

index ca539ca1891fd11bb2d44e7b59f3d35cd4fe61e8,b74a5589c4af1fdb013fd0f49253a57fada6b77b..ef174298b05da76fd8369172439765b2f227a977
@@@ -16,15 -16,11 +16,11 @@@ $wrapper-padding-top: 10px !default
  
  /// Default padding for the bottom of a column.
  /// @type Number
 -$column-padding-bottom: 10px !default;
 +$column-padding-bottom: 16px !default;
  
- /// Default gutter for the grid system
- /// @type Number
- $grid-column-gutter: 16px !default;
  /// Default padding for the right of a sub-column.
  /// @type Number
- $sub-column-padding-right: $grid-column-gutter / 2 !default;
+ $sub-column-padding-right: $global-gutter / 2 !default;
  
  /// Body background color.
  /// @type Length