Skip to content

Commit

Permalink
chore: tweak tailwind variants (#3127)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Aug 12, 2024
1 parent 6d7a17e commit 9590a82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tailwind.preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,15 @@ module.exports = {
},
},
variants: {
display: ['responsive', 'hover', 'focus', 'group-hover', 'checked'],
padding: ['responsive', 'group-hover'],
margin: ['responsive', 'hover', 'focus', 'group-hover', 'checked', 'kanban-dragging'],
display: ['responsive', 'hover', 'focus', 'group-hover', 'checked', 'kanban-dragging'],
padding: ['responsive', 'group-hover', 'kanban-dragging'],
borderColor: ['responsive', 'hover', 'focus', 'disabled'],
backgroundColor: ['responsive', 'hover', 'focus', 'disabled'],
textColor: ['responsive', 'hover', 'focus', 'disabled'],
translate: ['responsive', 'hover', 'focus', 'active'],
cursor: ['responsive', 'disabled'],
outline: ['responsive', 'disabled', 'kanban-dragging', 'empty'],
},
plugins: [
require('@tailwindcss/forms'),
Expand Down

0 comments on commit 9590a82

Please sign in to comment.