:not(.foo):not(.bar):not(.baz) {
  content: test;
}

test {
  content: :not(.foo):not(.bar);
}
