From eb28244fc8f98e28728c7b3f951e102b9cc56590 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Mon, 16 Aug 2021 21:22:32 +0200 Subject: styles moved to scss --- styles/_animations.scss | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 styles/_animations.scss (limited to 'styles/_animations.scss') diff --git a/styles/_animations.scss b/styles/_animations.scss deleted file mode 100644 index b195c60..0000000 --- a/styles/_animations.scss +++ /dev/null @@ -1,4 +0,0 @@ -@keyframes fade-in { - from {opacity: 0;} - to {opacity: 1;} -} -- cgit v1.2.3