Skip to content

Instantly share code, notes, and snippets.

@matthew-andrews
Created January 16, 2014 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save matthew-andrews/8458935 to your computer and use it in GitHub Desktop.
Save matthew-andrews/8458935 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.13)
// Compass (v0.12.2)
// ----
$test: #FFF1E0;
.test {
background-color: $test;
color: #{$test};
}
/* .test {
background-color: $test;
color: #{$test};
} */
.test {
background-color: #fff1e0;
color: #fff1e0;
}
/* .test {
background-color: $test;
color: #fff1e0;
} */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment