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

define-type-sizing() outputs incorrect line-height with rem base-unit #3

Closed
wants to merge 1 commit into from

Conversation

JohnAlbin
Copy link
Contributor

In the html element, rem means relative to browser default font size; em means relative to html's font size.

So, if $base-unit is rem, the define-type-sizing() mixin outputs a line-height in rem, which is relative to the wrong font-size.

In the html element, rem means relative to browser default font size; em means relative to html's font size.

So, if $base-unit is rem, the define-type-sizing() mixin outputs a line-height in rem, which is relative to the wrong font-size.
@jptaranto
Copy link
Owner

Thanks John! This has been fixed in the latest beta.

@jptaranto jptaranto closed this Sep 23, 2015
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

Successfully merging this pull request may close these issues.

2 participants