Skip to content

Instantly share code, notes, and snippets.

@ClaudioCorridore
Created September 18, 2015 13:10
Show Gist options
  • Select an option

  • Save ClaudioCorridore/fe4e4958ec5a8848574b to your computer and use it in GitHub Desktop.

Select an option

Save ClaudioCorridore/fe4e4958ec5a8848574b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$colour-wr-gold-bg-light: chartreuse;
$colour-background: #fff;
body {
@if $colour-wr-gold-bg-light == chartreuse {
background: $colour-background;
} @else {
background: $colour-wr-gold-bg-light;
}
}
body {
background: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment