Skip to content

Instantly share code, notes, and snippets.

@RichardBray
Created January 10, 2018 13:42
Show Gist options
  • Save RichardBray/9a22b8d21bc466221281ed36c09ce88b to your computer and use it in GitHub Desktop.
Save RichardBray/9a22b8d21bc466221281ed36c09ce88b to your computer and use it in GitHub Desktop.
some simple code for style.scss
$background-grey: #f3f3f3;
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.3rem;
background-color: $background-grey;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment