-
Notifications
You must be signed in to change notification settings - Fork 314
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
#21 <- Feat: Add config for px-to-rem conversion #22
Conversation
compressed-size: runtime library Size change: 0.00 kB View unchanged
|
compressed-size: e2e bundles Size change: 0.00 kB View unchanged
|
I want to make the case for it being
|
The a11y usecase is to be able to change font size without zooming the entire UI. 2 & 3 are good points and sufficient to convince me. I will add an additional PR to change the default. |
Add a new config option to control the automatic conversion of
px
values forfont-size
torem
.The default value is
true
for backwards compatibility and because it is an a11y best practice.