Better conditionals in CSS media queries with Range Syntax

20 · Amit Merchant · Aug. 17, 2022, 12:49 p.m.
The newest version of Chrome, i.e. Chrom 104, has recently been released and with this release, Chrome has become another browser that supports the new range syntax for media queries and this is pretty exciting news if you ask me. The new range syntax Using and, not, and or The demo How’s the support So, if you’re like me who always gets confused while writing media queries that involve the viewport’s width in terms of min-width and max-width, the range syntax can help simplify these kinds of ...