Skip to content

Commit 82cc051

Browse files
committed
fix: force new version
1 parent f3bce5b commit 82cc051

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ function mq<
2323
*
2424
* @param queryName - When a `string`, this will return a `string`
2525
* 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.
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.
2928
*/
3029
function mqStyles(queryName: QueryNames): string;
3130
function mqStyles(

0 commit comments

Comments
 (0)