Created
December 9, 2016 21:10
-
-
Save bhague1281/3c8d6a7e29f21bb5f3f5232bb80c2184 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 "colors" | |
$font-family-base: "Helvetica Neue", "Segoe UI", Arial, sans-serif; | |
@import "components/navbar"; | |
@import "pages/blog"; | |
@import "bootstrap"; | |
html { | |
overflow-y: scroll; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment