MediaQuery
Take a media query (or a function that returns one if you want reactivity) as input and you can check if it currently matches doing `instance.match`
Demo
The result of the media query (min-width: 640px)
is
Usage
The simplest way of using this utility is just by passing a string with a valid media query.
You can also pass a getter that returns a string.