2017-10-18 06:39:59 +02:00
|
|
|
/*!
|
2018-04-09 18:00:23 +02:00
|
|
|
* Bootstrap Grid v4.1.0 (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
|
|
|
|
|
|
|
@at-root {
|
2017-10-03 05:34:56 +02:00
|
|
|
@-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix
|
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";
|