mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 23:18:06 -04:00
* 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`
14 lines
357 B
Diff
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")) },
|
|
)
|
|
|