Skip to content

Instantly share code, notes, and snippets.

@joesoeph
Created April 19, 2019 03:13
Show Gist options
  • Save joesoeph/c655d5632a618cf0217ef2e8c65955a5 to your computer and use it in GitHub Desktop.
Save joesoeph/c655d5632a618cf0217ef2e8c65955a5 to your computer and use it in GitHub Desktop.
SASS Example Syntax
$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