@each $_attr in default, auto, crosshair, pointer, move, e-resize, ne-resize,
  nw-resize, n-resize, se-resize, sw-resize, s-resize, w-resize, text, wait,
  help, not-allowed
{
  .cursor-#{$_attr} {
    cursor: #{$_attr} !important;
  }
}
