Skip to content

Instantly share code, notes, and snippets.

@eduardo
Forked from bomberstudios/gist:506208
Created August 3, 2010 21:53
Show Gist options
  • Save eduardo/507225 to your computer and use it in GitHub Desktop.
Save eduardo/507225 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