From 8ec1615f973066c2d79827092388647ce1b0aa5a Mon Sep 17 00:00:00 2001 From: hunternick87 <47934810+hunternick87@users.noreply.github.com> Date: Thu, 12 Jun 2025 01:40:11 -0400 Subject: [PATCH] third --- bun.lock | 3 +++ package.json | 1 + src/web/index.css | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index 13a9f6a..90c85d0 100644 --- a/bun.lock +++ b/bun.lock @@ -24,6 +24,7 @@ "node-cron": "^3.0.3", "react-router": "^7.6.2", "tailwind-merge": "^3.3.1", + "tailwindcss-animate": "^1.0.7", "winston": "^3.11.0", }, "devDependencies": { @@ -727,6 +728,8 @@ "tailwindcss": ["tailwindcss@4.1.10", "", {}, "sha512-P3nr6WkvKV/ONsTzj6Gb57sWPMX29EPNPopo7+FcpkQaNsrNpZ1pv8QmrYI2RqEKD7mlGqLnGovlcYnBK0IqUA=="], + "tailwindcss-animate": ["tailwindcss-animate@1.0.7", "", { "peerDependencies": { "tailwindcss": ">=3.0.0 || insiders" } }, "sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA=="], + "tapable": ["tapable@2.2.2", "", {}, "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg=="], "tar": ["tar@7.4.3", "", { "dependencies": { "@isaacs/fs-minipass": "^4.0.0", "chownr": "^3.0.0", "minipass": "^7.1.2", "minizlib": "^3.0.1", "mkdirp": "^3.0.1", "yallist": "^5.0.0" } }, "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw=="], diff --git a/package.json b/package.json index 210d360..862a0e5 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "node-cron": "^3.0.3", "react-router": "^7.6.2", "tailwind-merge": "^3.3.1", + "tailwindcss-animate": "^1.0.7", "winston": "^3.11.0" }, "devDependencies": { diff --git a/src/web/index.css b/src/web/index.css index b624fb5..4004786 100644 --- a/src/web/index.css +++ b/src/web/index.css @@ -51,7 +51,7 @@ @layer base { * { - @apply border-[var(--border)]; + @apply border-border; } body { @apply bg-background text-foreground;