Login
From:
polypane.app
(Uncensored)
subscribe
Detecting media query support in CSS and JavaScript | Polypane
https://polypane.app/blog/detecting-media-query-support-in-css-and-javascript/
links
backlinks
Roast topics
Find topics
Find it!
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…