Skip to content

Commit

Permalink
Removed unused TailwindCSS animations during project creation
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Dec 11, 2024
1 parent 71515df commit 1c55a5c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,10 @@ export default {
"0%, 100%": { transform: "rotate(0)" },
"20%, 60%": { transform: "rotate(-25deg)" },
"40%, 80%": { transform: "rotate(10deg)" }
},
"caret-blink": {
"0%, 70%, 100%": { opacity: "1" },
"20%, 50%": { opacity: "0" }
}
},
animation: {
github: "github 560ms ease-in-out",
"caret-blink": "caret-blink 1.25s ease-out infinite"
github: "github 560ms ease-in-out"
}
}
},
Expand Down

0 comments on commit 1c55a5c

Please sign in to comment.