Commit b7f996af by Florian Haas

v1 Sass (LMS): remove duplicate color definition

The double definition of $blue-d1, $blue-d2, and $blue-d4 is
superfluous, so remove the second instance of each.
parent 85a8e221
......@@ -544,6 +544,3 @@ $darkGrey: rgb(136,145,161) !default;
$extraDarkGrey: #3d4043 !default;
$lightGrey1: $gray-l3 !default;
$paleYellow: #fffcf1 !default;
$blue-d1: shade($blue,20%) !default;
$blue-d2: shade($blue,40%) !default;
$blue-d4: shade($blue,80%) !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