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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(variables): rem function should use global $font-size variable (#9497)
* The `rem` SCSS function currently uses a hard-coded font size variable, which makes it impossible for developers to overwrite the global font-size.
The rem function should be moved behind the initialization of the global `$font-size` variable, and should use this one.
Fixes#9486.
0 commit comments