2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

bootstrap-grid.css: Only apply box-sizing: border-box to the columns instead of using the universal selector

This commit is contained in:
Martijn Cuppens
2019-12-14 12:45:26 +01:00
parent 66408b6e59
commit 5ac9fe8967
2 changed files with 3 additions and 9 deletions
+1 -9
View File
@@ -5,15 +5,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
$include-column-box-sizing: true !default;
@import "functions";
@import "variables";