bootstrap-grid.scss 648 Bytes
Newer Older
1
/*!
Mark Otto's avatar
Mark Otto committed
2
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
3
4
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
5
6
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
7
8

@at-root {
XhmikosR's avatar
XhmikosR committed
9
  @-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix
10
11
12
13
14
15
16
17
18
19
20
21
22
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

23
@import "functions";
24
@import "variables";
25

26
27
28
29
30
@import "mixins/breakpoints";
@import "mixins/grid-framework";
@import "mixins/grid";

@import "grid";
31
@import "utilities/display";
32
@import "utilities/flex";