This commit is contained in:
Ryan Scherler 2018-02-06 15:19:05 -08:00 committed by GitHub
parent f593535c7c
commit 36ab6eafdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ export default function() {
'cursor-auto': { cursor: 'auto' },
'cursor-default': { cursor: 'default' },
'cursor-pointer': { cursor: 'pointer' },
'cursor-move': { cursor: 'move' },
'cursor-not-allowed': { cursor: 'not-allowed' },
})
}