You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CSS variable is named var(--#{$variable-prefix}-root-font-size), however there shouldn't be a hyphen before "root". This stops custom root font sizes from working.
The correct variable is var(--#{$variable-prefix}root-font-size).
Thanks
The text was updated successfully, but these errors were encountered:
On line 30 of
_reboot.scss
The CSS variable is named
var(--#{$variable-prefix}-root-font-size)
, however there shouldn't be a hyphen before "root". This stops custom root font sizes from working.The correct variable is
var(--#{$variable-prefix}root-font-size)
.Thanks
The text was updated successfully, but these errors were encountered: