@media screen and (max-device-width: 500px) {
  foo {
    bar: "works";
  }
}
