Skip to content

Commit 278ea1c

Browse files
committed
Removed old assets and code
1 parent ca06fd1 commit 278ea1c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed
-16.5 KB
Binary file not shown.

apps/webapp/tailwind.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,16 +251,11 @@ module.exports = {
251251
"0%": { "background-position": "0px" },
252252
"100%": { "background-position": "8px" },
253253
},
254-
"ping-pong-width": {
255-
"0%, 100%": { width: "500px", blur: "1000px", opacity: "0" },
256-
"50%": { width: "320px", blur: "0px", opacity: "1" },
257-
},
258254
},
259255
animation: {
260256
"accordion-down": "accordion-down 0.2s ease-out",
261257
"accordion-up": "accordion-up 0.2s ease-out",
262258
"tile-scroll": "tile-move 0.5s infinite linear",
263-
"ping-pong-width": "ping-pong-width 10s ease-in-out infinite",
264259
},
265260
backgroundImage: {
266261
"gradient-radial": "radial-gradient(closest-side, var(--tw-gradient-stops))",

0 commit comments

Comments
 (0)