The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@mixin foo($x, $y) {
  style: $x;
  schtyle: $y;
}

div {
  @include foo(0px 0px 0px 0px, #ef8086 inset !important);
  fludge: foo bar ! important hux;
  bludge: foo bar ! important;
}