From: Hugo Giraudel Date: Tue, 29 Mar 2016 12:01:12 +0000 (+0200) Subject: Removed unnecessary loops in _grid.scss X-Git-Tag: v2.2.0~20^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F299%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Removed unnecessary loops in _grid.scss --- diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index 2cc3f08a..f0ac91b8 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -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},