2017-10-17 21:39:59 -07:00
|
|
|
/*!
|
2021-06-22 21:29:16 +03:00
|
|
|
* Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
|
2021-01-07 12:12:53 +02:00
|
|
|
* Copyright 2011-2021 The Bootstrap Authors
|
|
|
|
* Copyright 2011-2021 Twitter, Inc.
|
2020-06-16 21:41:47 +03:00
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
2017-10-18 09:28:41 -07:00
|
|
|
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
2017-10-17 21:39:59 -07:00
|
|
|
*/
|
2015-06-18 10:19:50 -07:00
|
|
|
|
2017-06-13 22:21:50 -07:00
|
|
|
@import "functions";
|
2015-06-18 10:19:50 -07:00
|
|
|
@import "variables";
|
2020-06-09 10:20:53 +02:00
|
|
|
// Prevent the usage of custom properties since we don't add them to `:root` in reboot
|
|
|
|
$font-family-base: $font-family-sans-serif; // stylelint-disable-line scss/dollar-variable-default
|
|
|
|
$font-family-code: $font-family-monospace; // stylelint-disable-line scss/dollar-variable-default
|
2016-12-26 21:11:22 -08:00
|
|
|
@import "mixins";
|
2015-06-18 10:19:50 -07:00
|
|
|
@import "reboot";
|