2017-10-18 00:39:59 -04:00
|
|
|
/*!
|
2018-07-23 22:25:52 -04:00
|
|
|
* Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
|
2018-01-14 23:08:58 -05:00
|
|
|
* Copyright 2011-2018 The Bootstrap Authors
|
|
|
|
* Copyright 2011-2018 Twitter, Inc.
|
2017-10-18 00:39:59 -04:00
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
|
|
*/
|
2016-11-26 02:03:07 -05:00
|
|
|
|
|
|
|
@at-root {
|
2017-10-02 23:34:56 -04:00
|
|
|
@-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix
|
2016-11-26 02:03:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
box-sizing: border-box;
|
|
|
|
-ms-overflow-style: scrollbar;
|
|
|
|
}
|
|
|
|
|
|
|
|
*,
|
|
|
|
*::before,
|
|
|
|
*::after {
|
|
|
|
box-sizing: inherit;
|
|
|
|
}
|
|
|
|
|
2017-06-14 01:21:50 -04:00
|
|
|
@import "functions";
|
2016-07-27 00:09:39 -04:00
|
|
|
@import "variables";
|
2015-08-30 20:23:43 -04:00
|
|
|
|
2015-06-18 13:19:50 -04:00
|
|
|
@import "mixins/breakpoints";
|
|
|
|
@import "mixins/grid-framework";
|
|
|
|
@import "mixins/grid";
|
|
|
|
|
|
|
|
@import "grid";
|
2018-01-15 01:57:10 -05:00
|
|
|
@import "utilities/display";
|
2017-02-04 18:57:21 -05:00
|
|
|
@import "utilities/flex";
|
2018-07-29 00:34:27 -04:00
|
|
|
@import "utilities/spacing";
|