From 92ceba49c53f4e149ffd5665af92bf88483caf3f Mon Sep 17 00:00:00 2001 From: esryl Date: Wed, 20 Mar 2013 12:55:48 +0100 Subject: [PATCH] Fix missing $class-type Cannot compile `v5.1.0` branch due to missing `$class-type` variable. Removed reference and replace with `.`. --- objects/_grids.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/_grids.scss b/objects/_grids.scss index 4220d609..950b0c54 100644 --- a/objects/_grids.scss +++ b/objects/_grids.scss @@ -90,7 +90,7 @@ * Gutterless grids have all the properties of regular grids, minus any spacing. */ .grid--full{ - @extend #{$class-type}grid; + @extend .grid; margin-left:0; > .grid__item{ @@ -104,7 +104,7 @@ * classes. */ .grid--center{ - @extend #{$class-type}grid; + @extend .grid; text-align:center; > .grid__item{