Created
January 10, 2018 13:42
-
-
Save RichardBray/9a22b8d21bc466221281ed36c09ce88b to your computer and use it in GitHub Desktop.
some simple code for style.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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