Skip to content

Commit

Permalink
fix: remove duplicate properties
Browse files Browse the repository at this point in the history
  • Loading branch information
doprz committed Feb 12, 2025
1 parent a26d3c5 commit 62fa1b2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,6 @@ export default {
sm: "calc(var(--radius) - 4px)",
},
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",
},
},
"fade-in": {
"0%": {
opacity: "0",
Expand Down Expand Up @@ -120,8 +104,6 @@ export default {
},
},
animation: {
"accordion-down": "accordion-down 0.2s ease-out",
"accordion-up": "accordion-up 0.2s ease-out",
"fade-in": "fade-in 0.5s ease-out forwards",
"fade-in-right": "fade-in-right 0.5s ease-out forwards",
"accordion-down": "accordion-down 0.2s ease-out",
Expand Down

0 comments on commit 62fa1b2

Please sign in to comment.