UNPKG

572 BSCSSView Raw
1/*!
2 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
3 * Copyright 2011-2020 The Bootstrap Authors
4 * Copyright 2011-2020 Twitter, Inc.
5 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6 */
7
8html {
9 box-sizing: border-box;
10 -ms-overflow-style: scrollbar;
11}
12
13*,
14*::before,
15*::after {
16 box-sizing: inherit;
17}
18
19@import "functions";
20@import "variables";
21
22@import "mixins/breakpoints";
23@import "mixins/grid-framework";
24@import "mixins/grid";
25
26@import "grid";
27@import "utilities/display";
28@import "utilities/flex";
29@import "utilities/spacing";