CSS Selector if parent has class
Now that there is CSS Nesting, if I'm using a body-level class for "dark" or "light" mode, I would love to set attributes to a selector that's deep in the nest by referencing the parent: body{ .header{ .button{ .image{ background-color:…