Skip to content

Commit

Permalink
fix: nuxt server infinite loop when hot reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
RSurya99 committed Jan 28, 2022
1 parent b0457fb commit c79a612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
.transform-fade-down-enter, .transform-fade-down-leave-to /* .fade-leave-active below version 2.1.8 */ {
@apply opacity-0 transform -translate-y-2;
}

.paragraph {
@apply text-gray-700 tracking-wide leading-relaxed;
}
4 changes: 0 additions & 4 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,4 @@ export default {
overflow: hidden;
max-height: 0;
}
.paragraph {
@apply text-gray-700 tracking-wide leading-relaxed;
}
</style>

0 comments on commit c79a612

Please sign in to comment.