1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02: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

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";