Skip to content

Commit

Permalink
font size variable name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
semihraifgurel committed Aug 4, 2021
1 parent 60485f6 commit 0ced8a6
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 0ced8a6

Please sign in to comment.