Skip to content

Commit 26a0076

Browse files
committed
fix: remove fade-in animation
1 parent b8f117f commit 26a0076

2 files changed

Lines changed: 0 additions & 35 deletions

File tree

css/base.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,7 @@
55
color: var(--color-stone-800);
66
}
77

8-
@keyframes fadeIn {
9-
from {
10-
opacity: 0;
11-
transform: translateY(6px);
12-
}
13-
14-
to {
15-
opacity: 1;
16-
transform: translateY(0);
17-
}
18-
}
19-
208
@layer base {
21-
body {
22-
animation: fadeIn 1.6s cubic-bezier(0.23, 1, 0.32, 1);
23-
}
24-
259
a {
2610
color: var(--color-stone-900);
2711
text-decoration: underline;

css/tailwind-output.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,6 @@
268268
.items-end {
269269
align-items: flex-end;
270270
}
271-
.justify-between {
272-
justify-content: space-between;
273-
}
274-
.justify-end {
275-
justify-content: flex-end;
276-
}
277271
.justify-start {
278272
justify-content: flex-start;
279273
}
@@ -620,20 +614,7 @@
620614
font-family: 'Petrona', serif;
621615
color: var(--color-stone-800);
622616
}
623-
@keyframes fadeIn {
624-
from {
625-
opacity: 0;
626-
transform: translateY(6px);
627-
}
628-
to {
629-
opacity: 1;
630-
transform: translateY(0);
631-
}
632-
}
633617
@layer base {
634-
body {
635-
animation: fadeIn 1.6s cubic-bezier(0.23, 1, 0.32, 1);
636-
}
637618
a {
638619
color: var(--color-stone-900);
639620
text-decoration: underline;

0 commit comments

Comments
 (0)