html {
box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit;
}
body {
//background: #fff; /* Fallback for when there is no custom background color defined. */
}
@import "content-sidebar";
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
@import "posts";
@import "posts-grid";
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
@import "pages";
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
@import "error404";