From 0eaab4fb73c7814cadae676c4e796090a96572df Mon Sep 17 00:00:00 2001 From: Hugo Giraudel Date: Tue, 29 Mar 2016 14:01:12 +0200 Subject: [PATCH] Removed unnecessary loops in _grid.scss --- scss/grid/_grid.scss | 4 ---- 1 file changed, 4 deletions(-) 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}, -- 2.47.2