Files
spacedrive/patches/tailwindcss-animate@1.0.7.patch
Lynx 415aa55021 Fix style-check CI job and patch tailwindcss-animate (#2631)
* Remove explicit ref in checkout for type and style check CI job

This was breaking checkouts for PRs from forks

* add tailwindcss-animate patch to remove duplicate utility class

* use new `animate-duration` for animations

* Run fixed `pnpm autoformat`
2024-07-23 06:39:58 +00:00

14 lines
357 B
Diff

diff --git a/index.js b/index.js
index 1021698..4328312 100644
--- a/index.js
+++ b/index.js
@@ -86,7 +86,7 @@ module.exports = plugin(
)
matchUtilities(
- { duration: (value) => ({ animationDuration: value }) },
+ { animateDuration: (value) => ({ animationDuration: value }) },
{ values: filterDefault(theme("animationDuration")) },
)