Permalink
Please sign in to comment.
Showing
with
87 additions
and 4 deletions.
- +13 −4 src/respond.js
- +13 −0 test/test.css
- +10 −0 test/unit/test-with-dpr.css
- +51 −0 test/unit/tests.js
| @@ -0,0 +1,10 @@ | ||
| +@media | ||
| +only screen and (max-width: 1004px) and (min--moz-device-pixel-ratio: 1.5), | ||
| +only screen and (max-width: 1004px) and (-moz-min-device-pixel-ratio: 1.5), | ||
| +only screen and (max-width: 1004px) and (-o-min-device-pixel-ratio: 3/2), | ||
| +only screen and (max-width: 1004px) and (-webkit-min-device-pixel-ratio: 1.5), | ||
| +only screen and (max-width: 1004px) and (min-device-pixel-ratio: 1.5), | ||
| +only screen and (max-width: 1004px) and (min-resolution: 1.5dppx) { | ||
| + | ||
| + | ||
| +} |
0 comments on commit
980fab6