Recently I needed a way to detect support for a media query in CSS and Javascript. To detect if a browser supports a certain CSS feature, you can use @supports () { ... }, but that doesn’t work for media queries. In this article I’ll show you how you can detect support for media queries […]| Kilian Valkhof | Front-end & user experience developer
Media queries are what make modern responsive design possible. With them you can set different styling based on things like a users screen size, device…| polypane.app