Skip to content

Commit

Permalink
fix($plugin-pwa): fix a typo in opacity (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored and shigma committed Mar 14, 2019
1 parent 72d7488 commit c174f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
}
.sw-update-popup-enter, .sw-update-popup-leave-to {
opacit: 0;
opacity: 0;
transform: translate(0, 50%) scale(0.5);
}
</style>

0 comments on commit c174f0d

Please sign in to comment.