Skip to content

Instantly share code, notes, and snippets.

@profstein
Created January 13, 2015 15:09
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 profstein/6546307e806711a193f0 to your computer and use it in GitHub Desktop.
Save profstein/6546307e806711a193f0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
$bg-color: #ddd;
.box {
color: $bg-color;
border:1px solid darken($bg-color, 25%);
}
.box {
color: #ddd;
border: 1px solid #9d9d9d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment