aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
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);