Skip to content

Commit

Permalink
solves "wrong number of arguments (2 for 1) for `complement'" error w…
Browse files Browse the repository at this point in the history
…hen running sass
  • Loading branch information
pilt committed Sep 7, 2011
1 parent 0523822 commit 33ac28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/preboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $siteWidth: ($gridColumns * $gridColumnWidth) + ($gridGutterWidth * ($gr

// Color Scheme
$baseColor: $blue; // Set a base color
$complement: complement($baseColor, 180); // Determine a complementary color
$complement: complement($baseColor); // Determine a complementary color
$split1: adjust-hue($baseColor, 158); // Split complements
$split2: adjust-hue($baseColor, -158);
$triad1: adjust-hue($baseColor, 135); // Triads colors
Expand Down

0 comments on commit 33ac28b

Please sign in to comment.