Skip to content

Instantly share code, notes, and snippets.

@HerrBertling
Created September 17, 2014 12:04
Show Gist options
  • Save HerrBertling/633d073fc0821a741433 to your computer and use it in GitHub Desktop.
Save HerrBertling/633d073fc0821a741433 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
$main-color: rgba(0,0,0,0.5)
$main-color-fallback: black
body
@if variable-exists('main-color-fallback')
background-color: $main-color-fallback
background-color: $main-color
body {
background-color: black;
background-color: rgba(0, 0, 0, 0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment