2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Split box-sizing reset for faster rendering

This commit is contained in:
Mark Otto
2014-01-16 20:00:28 -08:00
parent d07e8fece4
commit 380019ccb2
6 changed files with 12 additions and 6 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
// Reset the box-sizing
*,
* {
.box-sizing(border-box);
}
*:before,
*:after {
.box-sizing(border-box);