

  .foo {
    color: red;
  }

  .bar {
    background: blue;
  }

  .baz {
    text-transform: uppercase;
  }

  .bazz {
    color: white;
  }

