2
0
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:
Martijn Cuppens
2020-06-09 10:20:53 +02:00
committed by GitHub
parent e9da984ef4
commit e9f7a1d826
3 changed files with 6 additions and 2 deletions
+3
View File
@@ -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";