/**
 * Foo.css
 * 
 * @uses ./joe.css
 * 
 */
.joe {
  background-color: red;
}
