@if $include-main { /* ------------------ EDGE Boilerplate --------------------- */ * { margin: 0; padding: 0; } // Set box-sizing globally to handle padding and border widths *, *:before, *:after { @include box-sizing(border-box); } html, body { font-size: $base-font-size; } body { position : relative; background : $body-bg; color : $body-font-color; font-family : $body-font-family; font-weight : $body-font-weight; font-style : $body-font-style; line-height : $body-line-height; } h1, h2, h3, h4, h5, h6, header { font-family : $header-font-family; } p { line-height : 1.5; margin-top : 0; margin-bottom : 0; } a { display : inline-block; cursor : pointer; text-decoration : none; } // Clear bullet or numbering on plain