Skip to content

Instantly share code, notes, and snippets.

@profstein
Created January 13, 2015 14:53
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 profstein/a0406fb403999e2f39b7 to your computer and use it in GitHub Desktop.
Save profstein/a0406fb403999e2f39b7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
$font-stack: Helvetica, sans-serif;
$primary-color: #333;
body {
font: 100% $font-stack;
color: $primary-color;
}
body {
font: 100% Helvetica, sans-serif;
color: #333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment