Commit 613e92f7 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Remove completely unused color variables

`$color-cardinal` and `$gray-lightest` have no references in existing
SCSS
parent 328f5be2
...@@ -10,14 +10,12 @@ $gray: #777 !default; ...@@ -10,14 +10,12 @@ $gray: #777 !default;
$gray-dark: #585858; $gray-dark: #585858;
$gray-light: #969696 !default; $gray-light: #969696 !default;
$gray-lighter: #d3d3d3 !default; $gray-lighter: #d3d3d3 !default;
$gray-lightest: #f9f9f9 !default;
$color-mine-shaft: #3a3a3a; $color-mine-shaft: #3a3a3a;
$color-dove-gray: #626262; $color-dove-gray: #626262;
$color-gray: #818181; $color-gray: #818181;
// Colors // Colors
// --------------------- // ---------------------
$color-cardinal: #bd1c2b;
$brand-color: #bd1c2b !default; $brand-color: #bd1c2b !default;
$button-text-color: $gray-dark !default; $button-text-color: $gray-dark !default;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment