We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
move
1 parent f593535 commit 36ab6eaCopy full SHA for 36ab6ea
src/generators/cursor.js
@@ -5,6 +5,7 @@ export default function() {
5
'cursor-auto': { cursor: 'auto' },
6
'cursor-default': { cursor: 'default' },
7
'cursor-pointer': { cursor: 'pointer' },
8
+ 'cursor-move': { cursor: 'move' },
9
'cursor-not-allowed': { cursor: 'not-allowed' },
10
})
11
}
0 commit comments