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:
10
scss/bootstrap-grid.scss
vendored
10
scss/bootstrap-grid.scss
vendored
@@ -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";
|
||||
|
Reference in New Issue
Block a user