@keyframes $foo {
  from {
    a: b;
  }
  to {
    a: c;
  }
}
