@each $type in default, auto, crosshair, pointer, move, text, wait, help {
  .cursor-#{$type} {
    cursor: $type;
  }
}