2017-10-18 06:39:59 +02:00
|
|
|
/*!
|
2018-12-21 19:55:28 +01:00
|
|
|
* Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
|
2018-01-15 05:08:58 +01:00
|
|
|
* Copyright 2011-2018 The Bootstrap Authors
|
|
|
|
* Copyright 2011-2018 Twitter, Inc.
|
2017-10-18 06:39:59 +02:00
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
|
|
*/
|
2016-11-26 08:03:07 +01:00
|
|
|
|
|
|
|
html {
|
|
|
|
box-sizing: border-box;
|
|
|
|
-ms-overflow-style: scrollbar;
|
|
|
|
}
|
|
|
|
|
|
|
|
*,
|
|
|
|
*::before,
|
|
|
|
*::after {
|
|
|
|
box-sizing: inherit;
|
|
|
|
}
|
|
|
|
|
2017-06-14 07:21:50 +02:00
|
|
|
@import "functions";
|
2016-07-27 06:09:39 +02:00
|
|
|
@import "variables";
|
2015-08-31 02:23:43 +02:00
|
|
|
|
2015-06-18 19:19:50 +02:00
|
|
|
@import "mixins/breakpoints";
|
|
|
|
@import "mixins/grid-framework";
|
|
|
|
@import "mixins/grid";
|
|
|
|
|
|
|
|
@import "grid";
|
2018-01-15 07:57:10 +01:00
|
|
|
@import "utilities/display";
|
2017-02-05 00:57:21 +01:00
|
|
|
@import "utilities/flex";
|
2018-07-29 06:34:27 +02:00
|
|
|
@import "utilities/spacing";
|