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