From e3d6625608e158fc67514a4f9d30bc24f249fa3e Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 18 Nov 2019 12:17:07 +0900 Subject: [PATCH] Fix will-change related warning in Firefox --- styles/fade.scarlet | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles/fade.scarlet b/styles/fade.scarlet index 8070e87a..3895a875 100644 --- a/styles/fade.scarlet +++ b/styles/fade.scarlet @@ -1,7 +1,6 @@ .fade opacity 1 transition opacity fade-speed ease - will-change opacity .fade-out - opacity 0 !important \ No newline at end of file + opacity 0 !important