Skip to content

Instantly share code, notes, and snippets.

@mazipan
Created April 6, 2017 05:09
Show Gist options
  • Save mazipan/0114631c2bec4e15a2f50743fd5f6d59 to your computer and use it in GitHub Desktop.
Save mazipan/0114631c2bec4e15a2f50743fd5f6d59 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