diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-09 17:11:17 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-09 17:11:17 +0700 |
| commit | 4501271964f8084522967685e3752868779c5ca0 (patch) | |
| tree | 9b4b2ec7e46fe855b87a92db30e30cfcc6f69a3c /tailwind.config.js | |
| parent | d89421e6270ea17ecfee8fde95121a8e2443feac (diff) | |
Revert "<iman> update higlight button whatsapp"
This reverts commit b4b36c45de25305f43ee83441f13a75c48b07994.
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 14 |
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')] |
