Skip to content

Instantly share code, notes, and snippets.

@dustinhorton
Created May 12, 2015 01:44
Show Gist options
  • Save dustinhorton/bed5d96f308c2885e760 to your computer and use it in GitHub Desktop.
Save dustinhorton/bed5d96f308c2885e760 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.2)
// ----
$blue: blue;
$colors:
blue #ff0000;
.test {
color: red;
@if index($colors, $blue) {
color: blue;
}
}
.test {
color: red;
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment