From 4501271964f8084522967685e3752868779c5ca0 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Fri, 9 Aug 2024 17:11:17 +0700 Subject: Revert " update higlight button whatsapp" This reverts commit b4b36c45de25305f43ee83441f13a75c48b07994. --- tailwind.config.js | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'tailwind.config.js') 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')] -- cgit v1.2.3