Skip to content

Commit

Permalink
Fix font size variable name (#34679)
Browse files Browse the repository at this point in the history
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
semihraifgurel and XhmikosR committed Aug 5, 2021
1 parent fdc2f72 commit f4fd271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f4fd271

Please sign in to comment.