From f65b1d06bba4b8c7f3d327f25ec343ac8968e4f0 Mon Sep 17 00:00:00 2001 From: Mike de Geofroy Date: Thu, 24 Oct 2024 13:36:30 +0300 Subject: [PATCH] Hopefuly this fixes the remote build. --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index a5c9825..0c9e9d1 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -66,5 +66,5 @@ export default { }, }, }, - plugins: [require('tailwindcss-animate')], + plugins: [], };