refactor(astro): replace tailwindcss-animate with tw-animate-css
All checks were successful
build dist / build-dist (push) Successful in 27s

This commit is contained in:
z0x 2025-04-04 19:33:32 -04:00
parent 99e4ab3e20
commit 49b3d02c4e
3 changed files with 26 additions and 24 deletions

View file

@ -1,5 +1,5 @@
@import "tailwindcss";
@plugin "tailwindcss-animate";
@import "tw-animate-css";
@custom-variant dark (&:is(.dark *));