From 1e1aa4c3715a7a68ab08dfeb9296525941eb6ab4 Mon Sep 17 00:00:00 2001 From: Billy Boozer Date: Tue, 8 Mar 2016 19:43:41 -0600 Subject: [PATCH] Update missing variable that's bombing npm start or any tasks for that matter. Changed from $container-background-color to $container-background which already existed. --- scss/grid/_grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index 4e67acbc..01d30e50 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -28,7 +28,7 @@ table { } &.container { - background: $container-background-color; + background: $container-background; width: $global-width; margin: 0 auto; -- 2.47.2