Skip to content

Instantly share code, notes, and snippets.

@thurloat
Created November 29, 2012 21:41
Show Gist options
  • Save thurloat/4172109 to your computer and use it in GitHub Desktop.
Save thurloat/4172109 to your computer and use it in GitHub Desktop.
less shade
body {
background: #808080;
background: #333333;
background: #b3b3b3;
background: #2b2b2b;
}
body {
background: shade(#FFF, 50%);
background: shade(#666, 50%);
background: shade(#EEE, 25%);
background: shade(#AAA, 75%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment