Skip to content

Commit 77e71e3

Browse files
committed
[vue3] fix keyframes css兼容
1 parent 684fe71 commit 77e71e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/ansi.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
text-decoration: underline;
1919
}
2020

21-
@-webkit-keyframes t-blink {
21+
@keyframes t-blink {
2222
0% {
2323
opacity: 1;
2424
}

0 commit comments

Comments
 (0)