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

Getting console info about media query expression (Theme HiDPI support) #213

Open
mpaleo opened this issue Sep 19, 2014 · 3 comments
Open

Comments

@mpaleo
Copy link

mpaleo commented Sep 19, 2014

I get this output when the theme is loaded:

Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
signet.min.js:2

Im currently using the square->blue theme, but i think that the behaviour is present in all the themes
Browser: chrome v 37.0.2062.120

@kachar
Copy link

kachar commented Sep 25, 2014

👍
Browser: Chrome Version 39.0.2166.2 dev-m

@andrewboni
Copy link

+1, also been getting this info statement for quite some time on Chrome 38. Somewhat annoying to see on each page refresh.

Is the best way to get rid of it to just replace dpi with dppx as it suggests?

@drgullin
Copy link
Owner

I'll update current media expression with the one I mentioned at h5bp/html5-boilerplate#1474 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants