body {
  a: .foo.bar.baz;
  b: .a .foo.b .bar;
  c: .foo-suffix;
  d: .foo.bar, .foo-suffix;
  e: .foo--suffix;
  f: .foo.bar, .foo--suffix;
}
