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:
authorSemih Raif Gürel <semihraifgurel@icloud.com>2021-08-05 08:39:04 +0300
committerGitHub <noreply@github.com>2021-08-05 08:39:04 +0300
commitf4fd27118fb2b384968068f66361f020a0996a1a (patch)
tree73867b8c976f48da25bc8559b4c7aec167d7f48f
parentfdc2f723a513ff4827e53d5a01bdb03d1273a131 (diff)
Fix font size variable name (#34679)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--scss/_reboot.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 80bfffb6e6..79fedc6cad 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -27,7 +27,7 @@
:root {
@if $font-size-root != null {
- font-size: var(--#{$variable-prefix}-root-font-size);
+ font-size: var(--#{$variable-prefix}root-font-size);
}
@if $enable-smooth-scroll {