Added more gray color variables (to compensate for inconsistent compiling)

// FREEBIE
This commit is contained in:
Sam Lanning 2016-01-24 11:53:30 +00:00 committed by lilia
parent c4a9ac94b4
commit d091c6ddda
4 changed files with 10 additions and 7 deletions

View file

@ -2,6 +2,9 @@
$blue_l: #a2d2f4;
$blue: #2090ea;
$grey_l: #f3f3f3;
$grey_l2: #d9d9d9; // ~ Equivalent to darken($grey_l, 10%), unreliably compiles
$grey_l3: darken($grey_l, 20%);
$grey_l4: darken($grey_l, 40%);
$grey: #616161;
$grey_d: #454545;