Skip to content

Instantly share code, notes, and snippets.

@mistergraphx
Created May 21, 2015 05:36
Show Gist options
  • Save mistergraphx/6281c9f3cbca51c400e5 to your computer and use it in GitHub Desktop.
Save mistergraphx/6281c9f3cbca51c400e5 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.4)
// ----
@import "bourbon/bourbon";
@import "neat/neat";
$medium-purple: purple;
$dark-purple: darken(purple, 20%);
.selector{
@include linear-gradient(to top, $medium-purple, $dark-purple);
}
html {
box-sizing: border-box;
}
*,
*::after,
*::before {
box-sizing: inherit;
}
.selector {
background-color: purple;
background-image: -webkit-linear-gradient(bottom, purple, #1a001a);
background-image: linear-gradient(to top,purple, #1a001a, , , , , , , , );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment