From 78403f17e6d777a6dc3951321b3d81f02686981f Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Tue, 24 May 2022 23:13:34 +0200 Subject: [PATCH] remove keyframe --- tailwind.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index afdefefa..fe11a462 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -18,10 +18,6 @@ module.exports = { }, extend:{ keyframes:{ - zoominimg: { - '0%, 100%': { scale: '100%' }, - '100%': { scale: '200%' } - } }, } }