Skip to content

Instantly share code, notes, and snippets.

@patrickarlt
Created March 2, 2014 20:35
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 patrickarlt/9313384 to your computer and use it in GitHub Desktop.
Save patrickarlt/9313384 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<a class="button">Button</a>
<a class="button danger-zone">Button</a>
// ----
// libsass (v0.7.0)
// ----
$button-color: #D71C0D;
$button-color: #005E95 !default; // doesn't override already defined variables
.button {
padding: 1em;
background: $button-color;
}
.button {
padding: 1em;
background: #D71C0D; }
<a class="button">Button</a>
<a class="button danger-zone">Button</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment