aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-16 20:00:28 -0800
committerMark Otto <[email protected]>2014-01-16 20:00:28 -0800
commit380019ccb28ef1205e0a114e386ab2cc4281efb4 (patch)
tree006cc3724571b32938f0143c0d8ec702b433dcfa /less
parentd07e8fece474afee9de7edaf6359e60920e8268f (diff)
downloadbootstrap-380019ccb28ef1205e0a114e386ab2cc4281efb4.tar.xz
bootstrap-380019ccb28ef1205e0a114e386ab2cc4281efb4.zip
Split box-sizing reset for faster rendering
Diffstat (limited to 'less')
-rw-r--r--less/scaffolding.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index 976b4e3c2..c4869139b 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -5,7 +5,9 @@
// Reset the box-sizing
-*,
+* {
+ .box-sizing(border-box);
+}
*:before,
*:after {
.box-sizing(border-box);