aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-17 11:15:04 -0700
committerMark Otto <[email protected]>2013-03-17 11:15:04 -0700
commit47f69c0d9e6136a2f8e6deec6093684a41969c85 (patch)
tree07b15ab0d99d546aca527036797e63560def1e62
parentef4898990ffd2d35d0e27b2e93b931a1f78e8ee7 (diff)
downloadbootstrap-47f69c0d9e6136a2f8e6deec6093684a41969c85.tar.xz
bootstrap-47f69c0d9e6136a2f8e6deec6093684a41969c85.zip
mixin, not copypasta
-rw-r--r--less/scaffolding.less4
1 files changed, 1 insertions, 3 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index 973353c93..9844a95f2 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -7,9 +7,7 @@
// -------------------------
* {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
+ .box-sizing(border-box);
}