Skip to content

Commit

Permalink
fix: duplicated transitions css
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedrangel committed Jul 11, 2024
1 parent 989aae0 commit b846f94
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,3 @@ onMounted(() => {
</NuxtLayout>
<ToastsController />
</template>

<style>
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.2s ease-in-out;
}
.fade-enter-from,
.fade-leave-to {
opacity: 0;
}
</style>

0 comments on commit b846f94

Please sign in to comment.