@media (min-width: 100px) {
  .parent > .foo {
    color: blue;
  }
}
