Skip to content

Instantly share code, notes, and snippets.

@joesoeph
Created April 19, 2019 03:14
Show Gist options
  • Save joesoeph/163a6d44c9ba59d550453d8a9a6075af to your computer and use it in GitHub Desktop.
Save joesoeph/163a6d44c9ba59d550453d8a9a6075af to your computer and use it in GitHub Desktop.
SCSS 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