mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 06:21:26 +02:00
Fix font size variable name (#34679)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user