DEV Community

Discussion on: Add dark mode support on your website with SASS and prefers-color-scheme media query

Collapse
 
chicio profile image
Fabrizio Duroni

Yes I know, but in my case I still have to support users with Internet Explorer 10/11 that don't have support for CSS custom properties (and I didn't want to use a polyfill). But anyway I agree with you, it's a matter to evaluate each specific case/project need 🙂