This file is only for importing all required stylesheets for LESS to include and then compile.
* This file is only for importing all required stylesheets for LESS to include and then compile.
*/
*/
/*
/*
Global Reset
* 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).
* 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{
html,body{
margin:0;
margin:0;
padding:0;
padding:0;
...
@@ -88,9 +88,9 @@ aside {
...
@@ -88,9 +88,9 @@ aside {
display:block;
display:block;
}
}
/*
/*
Preboot
* Preboot.less
Variables and mixins to pre-ignite any new web development project
* 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).
* 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).