fix(templates): missing command in keyframes

This commit is contained in:
Benjamin Canac
2024-06-07 19:36:24 +02:00
parent b886150147
commit 6a1b97add0

View File

@@ -190,7 +190,7 @@ export function addTemplates(options: ModuleOptions, nuxt: Nuxt) {
}
}
@keyframes carousel-inverse-vertical {
0%
0%,
100% {
height: 50%
}