mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Fix font size variable name (#34679)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
fdc2f723a5
commit
f4fd27118f
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user