0
0
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:
Semih Raif Gürel 2021-08-05 08:39:04 +03:00 committed by GitHub
parent fdc2f723a5
commit f4fd27118f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {