Nesting Media Queries
No. You need to use the and operator and write that as two queries. You can, however, do this in SCSS, which will compile to CSS, but it will combine them by unfolding them and using the and operator. This is a common problem, and once I first wrote LESS or SCSS, I didn’t ever … Read more