Created
July 9, 2014 06:29
-
-
Save jedmund/d87fa01abe65291578c7 to your computer and use it in GitHub Desktop.
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
@import "base/reset"; | |
// Thoughtbot libraries | |
@import "vendor/bourbon/bourbon"; | |
@import "vendor/neat/neat"; | |
@import "vendor/base/base"; | |
// Helpers | |
@import "helpers/variables"; | |
@import "helpers/functions"; | |
@import "helpers/mixins"; | |
@import "helpers/helpers"; | |
// Base | |
@import "base/typography"; | |
// Layouts | |
@import "layouts/main"; | |
@import "layouts/sidebar"; | |
html, body { | |
height: 100%; | |
min-height: 100%; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment