From 56c5116be7cac0c776d02fc727faebc5ced10b2a Mon Sep 17 00:00:00 2001 From: Tony Air Date: Fri, 4 Mar 2022 12:43:11 +0200 Subject: [PATCH] FIX: remove leftover --- src/scss/_animations.scss | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/scss/_animations.scss b/src/scss/_animations.scss index 6b84591..e6c6198 100755 --- a/src/scss/_animations.scss +++ b/src/scss/_animations.scss @@ -1,19 +1,4 @@ // pulse - -@keyframes pulse { - 0% { - transform: scale(1); - } - - 50% { - transform: scale(0.8); - } - - 100% { - transform: scale(1); - } -} - @keyframes pulse { 0% { transform: scale(1);