mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fix undefined custom properties in reboot (#30981)
This commit is contained in:
Vendored
+3
@@ -8,5 +8,8 @@
|
||||
|
||||
@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 "reboot";
|
||||
|
||||
Reference in New Issue
Block a user