Skip to content

Commit

Permalink
Change spin to adjust-hue
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Sep 15, 2016
1 parent e0d1067 commit 4217f96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ $border-radius: 3px;
// set-up the body font-size / line-height
body {
margin-top: 0px + $doc-line-height;
font-size: 0px + $doc-font-size;
font-size: 0px + $doc-font-size;
}


// COLORS =====================================================
$body-color : #fff;
$text-color : #222;
$base-color : #343434;
$comp-color : spin($base-color, 180);
$base-color : #343434;
$comp-color : adjust-hue($base-color, 180);
$border-color : #ddd;
$white : #fff;
$black : #000;
Expand Down

0 comments on commit 4217f96

Please sign in to comment.