2017-10-18 00:39:59 -04:00
|
|
|
/*!
|
2020-11-24 09:37:20 -05:00
|
|
|
* Bootstrap Reboot v5.0.0-beta1 (https://getbootstrap.com/)
|
2021-01-07 05:12:53 -05:00
|
|
|
* Copyright 2011-2021 The Bootstrap Authors
|
|
|
|
* Copyright 2011-2021 Twitter, Inc.
|
2020-06-16 14:41:47 -04:00
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
2017-10-18 12:28:41 -04:00
|
|
|
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
2017-10-18 00:39:59 -04:00
|
|
|
*/
|
2015-06-18 13:19:50 -04:00
|
|
|
|
2017-06-14 01:21:50 -04:00
|
|
|
@import "functions";
|
2015-06-18 13:19:50 -04:00
|
|
|
@import "variables";
|
2020-06-09 04:20:53 -04: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-27 00:11:22 -05:00
|
|
|
@import "mixins";
|
2015-06-18 13:19:50 -04:00
|
|
|
@import "reboot";
|