cssdb
cssdb copied to clipboard
Media Query Ranges supported in Firefox since 63
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: https://github.com/mdn/browser-compat-data/issues/14593