Use box-sizing SCSS mixin rather than property

This commit is contained in:
Louis Pilfold
2014-10-17 09:09:19 +01:00
parent 01d9a6de10
commit 16ed497497
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ a:focus {
.container {
@include clearfix;
box-sizing: border-box;
@include box-sizing(border-box);
margin: 0 auto 0;
padding: 0px 30px;
max-width: grid-width(12);

View File

@@ -8,7 +8,7 @@
footer {
@include clearfix();
box-sizing: border-box;
@include box-sizing(border-box);
max-width: grid-width(12);
min-width: 760px;
width: flex-grid(12);