2017-10-18 00:39:59 -04:00
|
|
|
/*!
|
2018-12-21 13:55:28 -05:00
|
|
|
* Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
|
2019-01-08 01:05:26 -05:00
|
|
|
* Copyright 2011-2019 The Bootstrap Authors
|
|
|
|
* Copyright 2011-2019 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
|
|
|
|
|
|
|
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";
|