Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/ryanscherler/tailwindcss
Browse files Browse the repository at this point in the history
…into ryanscherler-patch-1
  • Loading branch information
adamwathan committed Mar 13, 2018
2 parents a2ffc0d + 36ab6ea commit ad208d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generators/cursor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
'cursor-wait': { cursor: 'wait' },
})
Expand Down

0 comments on commit ad208d4

Please sign in to comment.