UNPKG

649 BSCSSView Raw
1/*!
2 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
3 * Copyright 2011-2018 The Bootstrap Authors
4 * Copyright 2011-2018 Twitter, Inc.
5 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6 */
7
8@at-root {
9 @-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix
10}
11
12html {
13 box-sizing: border-box;
14 -ms-overflow-style: scrollbar;
15}
16
17*,
18*::before,
19*::after {
20 box-sizing: inherit;
21}
22
23@import "functions";
24@import "variables";
25
26@import "mixins/breakpoints";
27@import "mixins/grid-framework";
28@import "mixins/grid";
29
30@import "grid";
31@import "utilities/display";
32@import "utilities/flex";