]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Removed unnecessary loops in _grid.scss 299/head
authorHugo Giraudel <hugo.giraudel@gmail.com>
Tue, 29 Mar 2016 12:01:12 +0000 (14:01 +0200)
committerHugo Giraudel <hugo.giraudel@gmail.com>
Tue, 29 Mar 2016 12:01:12 +0000 (14:01 +0200)
scss/grid/_grid.scss

index 2cc3f08a974b8f6dfee41f76a62d8d10ef0e3b5d..f0ac91b895b86ea8ad7be2f4897f1cb1dc55c97b 100755 (executable)
@@ -115,16 +115,12 @@ th.column {
       width: -zf-grid-calc-px($i, $grid-column-count, $global-width) + ($global-gutter * 1.5);
     }
   }
-}
 
-@for $i from 1 through $grid-column-count {
   td.large-#{$i} center,
   th.large-#{$i} center {
     min-width: -zf-grid-calc-px($i, $grid-column-count, $global-width) - ($global-gutter * 2);
   }
-}
 
-@for $i from 1 through $grid-column-count {
   .body .columns td.large-#{$i},
   .body .column td.large-#{$i},
   .body .columns th.large-#{$i},