We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ba1a67 + fc478e0 commit 6bf6fa9Copy full SHA for 6bf6fa9
README.md
@@ -10,4 +10,5 @@ Example
10
"portable": "screen and (max-width: 1023px)",
11
"desk": "screen and (min-width: 1024px)",
12
});
13
- console.log(responsive.is('desk'));
+
14
+ console.log(r.is('desk'));
0 commit comments