From ff2c82903ade2118348ad25292eda180a65481c7 Mon Sep 17 00:00:00 2001 From: MrOrz Date: Sun, 15 Jun 2014 15:17:11 +0800 Subject: [PATCH] Avoid introducing new variables --- scss/foundation/components/_grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_grid.scss b/scss/foundation/components/_grid.scss index 2459aabf3..7805d333b 100644 --- a/scss/foundation/components/_grid.scss +++ b/scss/foundation/components/_grid.scss @@ -199,7 +199,7 @@ $total-columns: 12 !default; float: none; } - // Fighting .column.#{$previous-size}-centered:last-child + // Fighting .column.-centered:last-child .column.#{$size}-uncentered:last-child, .columns.#{$size}-uncentered:last-child { float: $default-float; -- 2.47.2