Skip to content

Instantly share code, notes, and snippets.

@magsout
Created May 19, 2015 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magsout/f4ab8a746e8087c9784b to your computer and use it in GitHub Desktop.
Save magsout/f4ab8a746e8087c9784b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
$color : #D22C88;
.foo {
/*
border-top: solid 1px #22bfcc;
border-bottom: solid 1px #1c9ca7;
*/
border-top: solid 1px lighten($color, 1.5);
border-bottom: solid 1px darken($color, 7);
}
.foo {
/*
border-top: solid 1px #22bfcc;
border-bottom: solid 1px #1c9ca7;
*/
border-top: solid 1px #d4328c;
border-bottom: solid 1px #b42675;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment