DEV Community

Discussion on: Useful CSS Media Query Features

Collapse
 
equinusocio profile image
Mattia Astorino

Just a thing, prefers-color-scheme is already implemented on Safari/webkit (they proposed it) and under development by chronium and mozilla. 👍🏻

Collapse
 
ananyaneogi profile image
Ananya Neogi

Ah, great! Just checked caniuse, seems like it's available in the technology preview version of safari. Thanks for pointing out. 🙂

Collapse
 
equinusocio profile image
Mattia Astorino • Edited

Unfortunately can i use isn't always updated. Right now it doesn't flag "under development" for chrome and firefox. Here the status updates:

chromestatus.com/feature/510975897...
bugzilla.mozilla.org/show_bug.cgi?... (They're working on it)