From ac00c73ab53c790da09286d9675ab9f3e9fec678 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 29 Jun 2017 23:17:18 -0700 Subject: [PATCH] update comment --- scss/_variables.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 0185d53470..5e1ae0ff78 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -8,7 +8,7 @@ // Table of Contents // -// Colors +// Color system // Options // Spacing // Body @@ -43,7 +43,10 @@ // Close // Code -// New colors + +// +// Color system +// $white: #fff !default; $gray-100: #f8f9fa !default; -- 2.47.2