Created
May 19, 2015 09:32
-
-
Save magsout/f4ab8a746e8087c9784b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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