Skip to content

Instantly share code, notes, and snippets.

@KatieK2
Created November 25, 2014 18:39
Show Gist options
  • Save KatieK2/de8043d5f6f64162c1e6 to your computer and use it in GitHub Desktop.
Save KatieK2/de8043d5f6f64162c1e6 to your computer and use it in GitHub Desktop.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
@import "compass";
$color: #C6538C;
.box {
background-color: $color;
color: contrast-color($color, purple, yellow);
padding: .5rem;
max-width: 25rem;
}
.box {
background-color: #C6538C;
color: yellow;
padding: .5rem;
max-width: 25rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment