Skip to content

Commit 36ab6ea

Browse files
author
Ryan Scherler
authored
Add move
1 parent f593535 commit 36ab6ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generators/cursor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default function() {
55
'cursor-auto': { cursor: 'auto' },
66
'cursor-default': { cursor: 'default' },
77
'cursor-pointer': { cursor: 'pointer' },
8+
'cursor-move': { cursor: 'move' },
89
'cursor-not-allowed': { cursor: 'not-allowed' },
910
})
1011
}

0 commit comments

Comments
 (0)