From: Mark Otto Date: Sat, 26 Nov 2016 07:03:07 +0000 (-0800) Subject: Update bootstrap-grid.scss to include box-sizing and responsive changes (#21202) X-Git-Tag: v4.0.0-alpha.6~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=308bc77dbb412e4df1194459a9b34ad72da02ca6;p=thirdparty%2Fbootstrap.git Update bootstrap-grid.scss to include box-sizing and responsive changes (#21202) --- diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index 40680ca965..1df8ea3b6d 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -3,6 +3,25 @@ // Includes relevant variables and mixins for the regular (non-flexbox) grid // system, as well as the generated predefined classes (e.g., `.col-4-sm`). +// +// Box sizing, responsive, and more +// + +@at-root { + @-ms-viewport { width: device-width; } +} + +html { + box-sizing: border-box; + -ms-overflow-style: scrollbar; +} + +*, +*::before, +*::after { + box-sizing: inherit; +} + // // Variables