$cursors: ('default' 'pointer' 'grab' 'help' 'wait' 'crosshair' 'not-allowed' 'zoom-in')

@each $cursor in $cursors
  .has-cursor-#{$cursor}
    cursor: #{$cursor} !important
