Skip to content

Instantly share code, notes, and snippets.

@bomberstudios
Created August 3, 2010 11:30
Show Gist options
  • Save bomberstudios/506208 to your computer and use it in GitHub Desktop.
Save bomberstudios/506208 to your computer and use it in GitHub Desktop.
.gradient (@from: #eee, @to: #ccc) {
background-color: @from;
background-image: -webkit-gradient(linear, left top, left bottom, from(@from), to(@to));
background-image: -moz-linear-gradient(center top, @from, @to);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment