Skip to content

Commit

Permalink
feat: increase tailwind default transitionDuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 19, 2024
1 parent 5a3f949 commit 743cad6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ const config = {
'accordion-down': 'accordion-down 0.2s ease-out',
'accordion-up': 'accordion-up 0.2s ease-out',
},
transitionDuration: {
DEFAULT: '250ms',
},
},
},
plugins: [require('tailwindcss-animate')],
Expand Down

0 comments on commit 743cad6

Please sign in to comment.