.foo {
  content: 'foo';
}

.bar {
  content:'bar';
}

.baz {
  @media (max-width: 50em) and (orientation:landscape) {
    content: 'baz';
  }
}

$qux: 'qux';
$norf:'norf';
