// ---------------------------------------------------------------- // Basic Style Normalizing/Resetting // ---------------------------------------------------------------- // Make a smarter Box Model *, *:before, *:after{@include box-sizing(border-box)} // Just to make sure the HTML doesn't act like a bitch html{overflow-y:scroll; min-height:100%} // Default body text styling body{line-height:1.5} // Reset the Standard Tags body, blockquote, h1, h2, h3, h4, h5, h6, p, pre, form, fieldset, img, legend, table, th, td, caption, hr{border:0; margin:0; outline:0; padding:0} // Easy re-styling for