Skip to content

Instantly share code, notes, and snippets.

@TimHacker
Created January 20, 2014 14:19
Show Gist options
  • Save TimHacker/8520641 to your computer and use it in GitHub Desktop.
Save TimHacker/8520641 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
$font-stack: Helvetica, sans-serif;
$primary-color: #333;
h2 {
font: 100% $font-stack;
color: $primary-color;
}
.intro {
font-size: 1em;
font: 90% $font-stack;
color: $primary-color;
}
h2 {
font: 100% Helvetica, sans-serif;
color: #333333;
}
.intro {
font-size: 1em;
font: 90% Helvetica, sans-serif;
color: #333333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment