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

Use of REM unit for font-size attribute causes a stack overflow crash #183

Open
dwimsey opened this issue Jul 29, 2014 · 0 comments
Open
Assignees
Labels
Milestone

Comments

@dwimsey
Copy link
Member

dwimsey commented Jul 29, 2014

When using REM units for font size on the body element of a document a stack overflow occurs due to infinite recursion.

The following snippet of CSS will cause the problem to occur.

body
{
font-size: 6rem;
}

@dwimsey dwimsey added this to the release-1.3.2 milestone Jul 29, 2014
@dwimsey dwimsey self-assigned this Jul 29, 2014
@dwimsey dwimsey added the bug label Jul 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant