Skip to content

Instantly share code, notes, and snippets.

@maddesigns
Forked from matthew-andrews/SassMeister-input.scss
Created January 19, 2014 11:38
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 maddesigns/8503672 to your computer and use it in GitHub Desktop.
Save maddesigns/8503672 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