fix: install tailwindcss-animate and add to config to enable toast animations
All checks were successful
Build MIPS Binary / build (push) Successful in 5m17s

This commit is contained in:
spinline
2026-02-11 19:33:16 +03:00
parent af13b5af09
commit ea99ac62bc
4 changed files with 54 additions and 2 deletions

View File

@@ -26,4 +26,7 @@ module.exports = {
},
},
},
plugins: [
require("tailwindcss-animate"),
],
};