The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@foo div foo(bar) {
  huz: buz;
}

div {
  hey: ho;
}

// @boo 1+2 type-of("hello") div:nth-of-type(2n+1);

1+2 type-of("hello") {
  hey: ho;
}