1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-23 05:15:10 +02:00

fix: give higher specificity to transition class

This commit is contained in:
Jonas Kuske
2019-05-31 01:18:06 +02:00
parent 264b958a84
commit a77a2e9799
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ body > footer {
/* For the bounce transitions of code snippet and copy success Emoji */
.v-enter,
.v-leave-to {
transform: scale(0);
transform: scale(0) !important;
}
.v-enter-active,
.v-leave-active {