Skip to content

Instantly share code, notes, and snippets.

@cbfrance
Created January 16, 2011 00:35
Show Gist options
  • Save cbfrance/781416 to your computer and use it in GitHub Desktop.
Save cbfrance/781416 to your computer and use it in GitHub Desktop.
the joys of using compass: subtle shading with css3
@import "compass/css3";
$lightcolor: #ffffcc;
@include linear-gradient(color_stops($lightcolor,darken($lightcolor,5%)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment