.foo, .bar .baz {
  color: #FFF;
}

.bar .baz {
  border: "1px";
}

*:not(.foo) {
  display: none;
}
