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.
1 parent 5338996 commit fc478e0Copy full SHA for fc478e0
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