Skip to content

Commit

Permalink
Remove hard reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Ott committed Oct 27, 2015
1 parent 498cce2 commit f00d72d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions scss/_grid.scss
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@

// Mixins, not worth having its own file.
// Border box
// Should probably use auto-prefix on this.
@mixin box-sizing($type) {
-webkit-box-sizing: $type;
-moz-box-sizing: $type;
box-sizing: $type;
}

// Start the grid.
// Optional hard reset
* {
margin: 0;
padding: 0;
@include box-sizing(border-box);
}

// clearfix
.frame {
margin: 0 auto;
Expand Down

0 comments on commit f00d72d

Please sign in to comment.