Having such a stylesheet not automatically work in dark mode defeats the purpose. It says "no classes" but then it demands that you add an invalid attribute on your HTML to trigger it. OK, that's a no for me.
Dark mode is a really cool CSS feature, but it requires a level of maintenance that goes above and beyond an MVP IMO, so I decided to remove support for it.
I had it included originally, but it meant 2x the QA and 2x the icons in some cases.
If itβs important to you there are other libraries that might be a better fit.
Source: https://github.com/andybrewer/mvp/issues/76#issuecomment-121...