Skip to content

Commit

Permalink
사용하지 않는 애니메이션 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
woo-jk committed Jul 22, 2024
1 parent 6e26999 commit 2ec446a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,6 @@ const config = {
},
},
},
keyframes: {
'accordion-down': {
from: { height: '0' },
to: { height: 'var(--radix-accordion-content-height)' },
},
'accordion-up': {
from: { height: 'var(--radix-accordion-content-height)' },
to: { height: '0' },
},
},
animation: {
'accordion-down': 'accordion-down 0.2s ease-out',
'accordion-up': 'accordion-up 0.2s ease-out',
},
},
},
plugins: [require('tailwindcss-animate')],
Expand Down

0 comments on commit 2ec446a

Please sign in to comment.