Skip to content

Instantly share code, notes, and snippets.

@MichaelArestad
Created September 16, 2014 17:33
Show Gist options
  • Save MichaelArestad/8512277ae87cd4764033 to your computer and use it in GitHub Desktop.
Save MichaelArestad/8512277ae87cd4764033 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
// Let's get dangerous.
$darkwing-duck-purple: #582e76;
$launchpad-red: #7e1a03;
.duck {
background: $darkwing-duck-purple;
}
.mcquack {
background: $launchpad-red;
}
.duck {
background: #582e76;
}
.mcquack {
background: #7e1a03;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment