New on the blog: Media Queries Range Syntax
A cleaner, more readable way to write media queries.
Hey everyone,
It's been a while since my last email. Going forward, I'm planning to send one of these every week, sharing new articles and useful CSS finds.
I just published a new article on media query range syntax, and why you should consider switching to it today.
If you ever spent time debugging a layout only to find out that two breakpoints with the same value were hiding both elements at once, this one is for you. The range syntax (using <=, >=, <, >) makes media queries much easier to read and avoids all of that confusion.
Want to read the full issue? Subscribe for free.