-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Use scalable font units such as % #373
Comments
Nope. Browsers have switched to page zooming over scaling and there is no logical reason to use percentages or ems anymore. The overhead just isn't worth it with figuring out the math and managing that. |
Interesting, didn't know that. Thx for the heads up. |
There is still argument for em. You can scale only some aspects of UI using font-size in parent container, it's really useful feature. E.g. I might want all elements to be smaller/bigger in sidebar. Currently it's really pain to seek all pixel definitions and override them. |
…context Fix the Sprockets context reference for pre-2.10 Sprockets
Currently bootstrap uses pixels for font units of measurements. I'd like to see a switch to % or ems like YUI fonts. http://yuilibrary.com/yui/docs/cssfonts/
The text was updated successfully, but these errors were encountered: