Skip to content

Instantly share code, notes, and snippets.

@jedmund
Created July 9, 2014 06:29
Show Gist options
  • Save jedmund/d87fa01abe65291578c7 to your computer and use it in GitHub Desktop.
Save jedmund/d87fa01abe65291578c7 to your computer and use it in GitHub Desktop.
@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