This file is only for importing all required stylesheets for LESS to include and then compile.
*/
* Master Stylesheet
* This file is only for importing all required stylesheets for LESS to include and then compile.
*/
/*
Global Reset
Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
*/
* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
*/
html,body{
margin:0;
padding:0;
...
...
@@ -88,9 +88,9 @@ aside {
display:block;
}
/*
Preboot
Variables and mixins to pre-ignite any new web development project
*/
* Preboot.less
* Variables and mixins to pre-ignite any new web development project
Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
*/
* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).