fix: use @utility for animate-blink, call handleScroll on mount

This commit is contained in:
2026-03-31 02:26:22 +02:00
parent d55e41992d
commit a3e3f53548
2 changed files with 2 additions and 1 deletions

View File

@@ -137,6 +137,6 @@ body {
50% { opacity: 0.4; }
}
.animate-blink {
@utility animate-blink {
animation: blink 0.8s ease-in-out infinite;
}