You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed a strange behavior when trying to do matches. Issue demostrated below:
>constcss=require('css-mediaquery')undefined>css.match('screen and (min-width: 48em)',{width: '48em'})false>css.match('screen and (max-width: 48em)',{width: '48em'})false
I think these both should return true. That's how Chrome matchMedia()works when tested.
The text was updated successfully, but these errors were encountered:
We noticed a strange behavior when trying to do matches. Issue demostrated below:
I think these both should return true. That's how Chrome
matchMedia()
works when tested.The text was updated successfully, but these errors were encountered: