From c174f0d6c015aadd4cb8aee535cd2f560a0f43b3 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Thu, 14 Mar 2019 12:37:31 +0530 Subject: [PATCH] fix($plugin-pwa): fix a typo in `opacity` (#1444) --- packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue b/packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue index b2e30bdcc5..f8f629140d 100644 --- a/packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue +++ b/packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue @@ -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); }