Created
January 11, 2018 17:58
-
-
Save wongni/8f5a231a0aeda966e9fda3fa9d0c177a to your computer and use it in GitHub Desktop.
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
@import 'utils'; | |
body { | |
margin: 0; | |
background: $oc-gray-8; | |
box-sizing: border-box; | |
} | |
* { | |
box-sizing: inherit; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment