foo:not(.missing):not(bar) {
  a: b;
}
foo:not(.missing):not(bar):hover {
  c: d;
}
