2017-10-18 00:39:59 -04:00
|
|
|
/*!
|
2020-05-13 15:36:00 -04:00
|
|
|
* Bootstrap Reboot v5.0.0-alpha1 (https://getbootstrap.com/)
|
2020-01-02 04:34:48 -05:00
|
|
|
* Copyright 2011-2020 The Bootstrap Authors
|
|
|
|
* Copyright 2011-2020 Twitter, Inc.
|
2017-10-18 00:39:59 -04:00
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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";
|