From 277edd7740aa152a016fbb85743dcc90f8ff4d79 Mon Sep 17 00:00:00 2001 From: Nick Pack Date: Fri, 17 May 2013 16:18:23 +0100 Subject: [PATCH] Removed commented crap that shouldnt have been committed --- scss/_grid.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scss/_grid.scss b/scss/_grid.scss index 95b27e7..ff1c063 100644 --- a/scss/_grid.scss +++ b/scss/_grid.scss @@ -59,13 +59,6 @@ & .three-quarters { width: $mobile-column-width; } - -/* -.two-thirds { width: (($grid-container-width/3)*2) - $grid-gutter; } - .one-half { width: ($grid-container-width/2) - $grid-gutter; } - .one-quarter { width: ($grid-container-width/4) - $grid-gutter; } - .three-quarters {width: (($grid-container-width/4)*3) - $grid-gutter;} - */ .column, .columns { margin: 0; }