diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-06 14:43:03 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-06 14:43:03 -0700 |
| commit | a276f4879a351349c38d2d5b5efd8f6b977f5c22 (patch) | |
| tree | 0783fd7bd0dca79a1cdea54d3a777b6606363d62 /tailwind.config.ts | |
| parent | 47c84bb74d44d8285c68fa1491d01ca3b08f827f (diff) | |
migrate to tailwind v4
Diffstat (limited to 'tailwind.config.ts')
| -rw-r--r-- | tailwind.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tailwind.config.ts b/tailwind.config.ts index a930cb7..724d948 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -19,6 +19,6 @@ const config: Config = { }, }, }, - plugins: [require("tailwindcss-animate"), require("tailwindcss-animate")], + plugins: [require("tailwindcss-animate")], } export default config |
