]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/scss/bootstrap-grid.scss
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / scss / bootstrap-grid.scss
CommitLineData
91e44d91
S
1// Bootstrap Grid only
2//
3// Includes relevant variables and mixins for the flexbox grid
4// system, as well as the generated predefined classes (e.g., `.col-sm-4`).
5
6//
7// Box sizing, responsive, and more
8//
9
10@at-root {
11 @-ms-viewport { width: device-width; }
12}
13
14html {
15 box-sizing: border-box;
16 -ms-overflow-style: scrollbar;
17}
18
19*,
20*::before,
21*::after {
22 box-sizing: inherit;
23}
24
25
26//
27// Variables
28//
29
30@import "variables";
31
32//
33// Grid mixins
34//
35
36@import "mixins/clearfix";
37@import "mixins/breakpoints";
38@import "mixins/grid-framework";
39@import "mixins/grid";
40
41@import "custom";
42
43@import "grid";