:not(.thing) {
  color: red;
}

:not(.bar) {
  background: blue;
}
