1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

Include root.scss in all dist builds (#34773)

* Remove the font-family-* override vars from Reboot build

* Update Reboot docs to mention CSS variables
This commit is contained in:
Mark Otto
2021-09-01 22:41:58 -07:00
committed by GitHub
parent 283cbd9026
commit d91480e3c7
4 changed files with 11 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ $include-column-box-sizing: true !default;
@import "vendor/rfs";
@import "root";
@import "containers";
@import "grid";

View File

@@ -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";