

  @media screen and (min-width: 769px) {
    .foo:not(.bar) {
      display: flex;
    }
  }

