.simple {
  a: .foo;
  b: .foo .bar;
  c: .foo .bar .baz;
  d: .a .foo .b .bar;
  e: .foo.bar;
  e: .baz .foo.bar;
}
