Skip to content

Commit c174f0d

Browse files
vinayakkulkarnishigma
authored andcommitted
fix($plugin-pwa): fix a typo in opacity (#1444)
1 parent 72d7488 commit c174f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default {
9999
}
100100
101101
.sw-update-popup-enter, .sw-update-popup-leave-to {
102-
opacit: 0;
102+
opacity: 0;
103103
transform: translate(0, 50%) scale(0.5);
104104
}
105105
</style>

0 commit comments

Comments
 (0)