]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
mixin, not copypasta
authorMark Otto <otto@github.com>
Sun, 17 Mar 2013 18:15:04 +0000 (11:15 -0700)
committerMark Otto <otto@github.com>
Sun, 17 Mar 2013 18:15:04 +0000 (11:15 -0700)
less/scaffolding.less

index 973353c93b39899ffc144910cbb76b966467b51e..9844a95f2d47f668091c3d63506d56b2b185f4c9 100644 (file)
@@ -7,9 +7,7 @@
 // -------------------------
 
 * {
-  -webkit-box-sizing: border-box;
-     -moz-box-sizing: border-box;
-          box-sizing: border-box;
+  .box-sizing(border-box);
 }