We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
device-pixel-ratio
1 parent a097a4b commit 4a6e453Copy full SHA for 4a6e453
index.js
@@ -59,6 +59,7 @@ function matchQuery(mediaQuery, values) {
59
60
case 'aspect-ratio':
61
case 'device-aspect-ratio':
62
+ case /* Deprecated */ 'device-pixel-ratio':
63
expValue = toDecimal(expValue);
64
value = toDecimal(value);
65
break;
0 commit comments