0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

mixin, not copypasta

This commit is contained in:
Mark Otto 2013-03-17 11:15:04 -07:00
parent ef4898990f
commit 47f69c0d9e

View File

@ -7,9 +7,7 @@
// -------------------------
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
.box-sizing(border-box);
}