I argued with @jmooring that it would be very unlikely that e.g. the CSS dark class would collide with existing classes in a project. After thinking a little, I still don't think that is a likely issue, but:
- I suspect there are JS/CSS frameworks with other naming standards for these mode classes (e.g.
theme-dark)
- I would be an annoyed Hugo user if I needed to customise this class and had to do ugly string replacements.
- The cost for us adding these 2 new options is small.
I argued with @jmooring that it would be very unlikely that e.g. the CSS
darkclass would collide with existing classes in a project. After thinking a little, I still don't think that is a likely issue, but:theme-dark)