summaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js14
1 files changed, 1 insertions, 13 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index 799fdb02..f1c740d5 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -116,19 +116,7 @@ module.exports = {
800: '#760A26',
900: '#610625'
}
- },
- keyframes: {
- wobble: {
- '0%': { transform: 'translateY(0)' },
- '25%': { transform: 'translateY(-10px)' },
- '50%': { transform: 'translateY(0)' },
- '75%': { transform: 'translateY(10px)' },
- '100%': { transform: 'translateY(0)' },
- },
- },
- animation: {
- wobble: 'wobble 0.5s ease forwards',
- },
+ }
}
},
plugins: [require('@tailwindcss/line-clamp'), require('@tailwindcss/typography')]