Last active
September 27, 2018 11:47
-
-
Save oreofeolurin/af39137051725746666d498fb7283055 to your computer and use it in GitHub Desktop.
Index.scss Snippet For Medium Tutorial - https://medium.com/@oreofeolurin/configuring-scss-with-react-create-react-app-1f563f862724
This file contains 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
$blueColor: #2196F3; | |
body { | |
margin: 0; | |
padding: 0; | |
font-family: sans-serif; | |
background: $blueColor; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment