Assortment / darkmodejs

Utility package for managing Dark Mode on the web

Home Page:https://darkmodejs-demo.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Chrome or Edge?

dn1t opened this issue · comments

Do this project support only FireFox? I can't use this on Chrome or Edge.

Hey @thoratica, not yet unfortunately.

As mentioned in the README under prerequisites we're limited by which browsers support the prefers-color-scheme media query.

Currently that's:

  • Firefox v67+
  • Safari v12.1+

The good news is there will be support in Chrome and Edge in their next releases, Chrome 76 and Edge 76 🎉.

Hopefully, this answers your questions so I'll close this. Let me know if you have any other questions.