csstools/cssdb

Media Query Ranges supported in Firefox since 63

Closed 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: ✗

(width > 600px) is supported, but (600px < width) and (600px < width < 1000px) is not supported in Firefox.

I've requested MDN to update their data: mdn/browser-compat-data#14593

MDN data has been updated 🎉