Skip to content

Instantly share code, notes, and snippets.

@dacsang97
Created January 5, 2017 16:42
Show Gist options
  • Save dacsang97/f65dd656ff2b0e648914fe9cf5014547 to your computer and use it in GitHub Desktop.
Save dacsang97/f65dd656ff2b0e648914fe9cf5014547 to your computer and use it in GitHub Desktop.
$font-stack: Helvetica, sans-serif;
$primary-color: #333;
body {
font: 100% $font-stack;
color: $primary-color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment