I would like to write a CSS selector rule that selects all elements that don\'t have a certain class. For example, given the following HTML:
If you want a specific class menu to have a specific CSS if missing class logged-in:
body:not(.logged-in) .menu { display: none }