Media Query Ranges supported in Firefox since 63
JakoD opened this issue · 3 comments
JakoD commented
Since it was asked in #30
Tested against https://codepen.io/jakod/pen/rNaLjGq
Firefox 63+: ✓
Chrome 78 and 80 (dev): ✗
Safari 13: ✗
Edge 18: ✗
petamoriken commented
(width > 600px)
is supported, but (600px < width)
and (600px < width < 1000px)
is not supported in Firefox.
Antonio-Laguna commented
I've requested MDN to update their data: mdn/browser-compat-data#14593
romainmenke commented
MDN data has been updated 🎉