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

fix(core): update breakpoint ranges to remove subpixel gaps #1004

Merged
merged 1 commit into from
Jan 21, 2019

Commits on Jan 21, 2019

  1. fix(core): update breakpoint ranges to remove subpixel gaps

    In rare cases, browsers resizing my create viewports with subpixel values.
    Previous mediaQueries had 1 pixel gaps where the bounding ranges do not match.
    
    Update the `max-width` values to include subpixel values and eliminate 99.99% of all gaps.
    
    Fixes #1001.
    ThomasBurleson committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    0ee6796 View commit details
    Browse the repository at this point in the history