Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2021-09-02 08:41:58 +0300
committerGitHub <noreply@github.com>2021-09-02 08:41:58 +0300
commitd91480e3c769e3cce5aca4ab83604e6cfaeb1b06 (patch)
tree525ab8ef41df90074455ebcf2c2c90399ba63ce6 /scss/bootstrap-reboot.scss
parent283cbd902669732943885e94115a0e29a952baf6 (diff)
Include root.scss in all dist builds (#34773)
* Remove the font-family-* override vars from Reboot build * Update Reboot docs to mention CSS variables
Diffstat (limited to 'scss/bootstrap-reboot.scss')
-rw-r--r--scss/bootstrap-reboot.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss
index 0c4bbe589b..0b83043a42 100644
--- a/scss/bootstrap-reboot.scss
+++ b/scss/bootstrap-reboot.scss
@@ -8,8 +8,6 @@
@import "functions";
@import "variables";
-// 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
@import "mixins";
+@import "root";
@import "reboot";