Skip to content

Commit

Permalink
fix: force new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Oct 29, 2021
1 parent f3bce5b commit 82cc051
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ function mq<
*
* @param queryName - When a `string`, this will return a `string`
* media query e.g. `@media only screen and (min-width: 0em)`.
* When an object, it is used the same way as the `styles()` instance
* is, allowing you to define styles specific to given media queries and
* 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.
*/
function mqStyles(queryName: QueryNames): string;
function mqStyles(
Expand Down

0 comments on commit 82cc051

Please sign in to comment.