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 f3bce5b commit 82cc051Copy full SHA for 82cc051
src/index.ts
@@ -23,9 +23,8 @@ function mq<
23
*
24
* @param queryName - When a `string`, this will return a `string`
25
* media query e.g. `@media only screen and (min-width: 0em)`.
26
- * When an object, it is used the same way as the `styles()` instance
27
- * is, allowing you to define styles specific to given media queries and
28
- * returning a style callback.
+ * When an object, it is used the same way as the `styles` instance
+ * is, allowing you to define styles specific to given media queries.
29
*/
30
function mqStyles(queryName: QueryNames): string;
31
function mqStyles(
0 commit comments