diff options
| author | Mark Otto <[email protected]> | 2017-06-29 23:17:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-29 23:17:18 -0700 |
| commit | ac00c73ab53c790da09286d9675ab9f3e9fec678 (patch) | |
| tree | cc84846b0de537ed11bb1074b4fae6f76796929a | |
| parent | d1fa0657e3b3ce90a63042082dfc708e061ade36 (diff) | |
| download | bootstrap-ac00c73ab53c790da09286d9675ab9f3e9fec678.tar.xz bootstrap-ac00c73ab53c790da09286d9675ab9f3e9fec678.zip | |
update comment
| -rw-r--r-- | scss/_variables.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 0185d5347..5e1ae0ff7 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; |
