Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.1.0 - Incorrect variable reference in _reboot.scss #34789

Closed
PaddyShiel89 opened this issue Aug 20, 2021 · 1 comment
Closed

5.1.0 - Incorrect variable reference in _reboot.scss #34789

PaddyShiel89 opened this issue Aug 20, 2021 · 1 comment

Comments

@PaddyShiel89
Copy link

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

@ffoodd
Copy link
Member

ffoodd commented Aug 20, 2021

Already fixed in #34679 — thanks for reporting, though! 👌

@ffoodd ffoodd closed this as completed Aug 20, 2021
cedx added a commit to mc2it/theme that referenced this issue Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants