Skip to content

Commit

Permalink
css file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Nguyen committed Nov 15, 2014
1 parent 2de4a27 commit 014d343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions src/less/core/scaffolding.less → src/less/core/base.less
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@

//
// Scaffolding
// --------------------------------------------------


// Reset the box-sizing
//
// Heads up! This reset may cause conflicts with some third-party widgets.
// For recommendations on resolving such conflicts, see
// http://getbootstrap.com/getting-started/#third-box-sizing
* {
.lh-box-sizing(border-box);
//.ease-out;

}
*:before,
*:after {
Expand All @@ -29,4 +23,4 @@ html {
color: @body-text-color;
font-family: @contentFontFamily;
background-color: @canvas-color;
}
}
2 changes: 1 addition & 1 deletion src/less/core/core.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "base.less";
@import "typography.less";
@import "scaffolding.less";
@import "layouts.less";
@import "keylines.less";

0 comments on commit 014d343

Please sign in to comment.