Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Last active August 29, 2015 14:11
Show Gist options
  • Save cimmanon/e36efdff935f70cc2215 to your computer and use it in GitHub Desktop.
Save cimmanon/e36efdff935f70cc2215 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// Bourbon (v4.0.2)
// ----
@import "bourbon/bourbon";
$foobar: #D8D8D8;
$lightFoo: lighten($foobar, 10%);
body {
@include linear-gradient($lightFoo 0%, $foobar 10%, $foobar 90%, $lightFoo 100%);
}
body {
background-color: #f2f2f2;
background-image: -webkit-linear-gradient(#f2f2f2 0%, #D8D8D8 10%, #D8D8D8 90%, #f2f2f2 100%);
background-image: linear-gradient(#f2f2f2 0%, #D8D8D8 10%, #D8D8D8 90%, #f2f2f2 100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment