From 464e470441287572cfda8d95484f781236b9db35 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Mon, 9 Aug 2021 21:36:03 +0200 Subject: init commit --- styles/_animations.scss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 styles/_animations.scss (limited to 'styles/_animations.scss') diff --git a/styles/_animations.scss b/styles/_animations.scss new file mode 100644 index 0000000..b195c60 --- /dev/null +++ b/styles/_animations.scss @@ -0,0 +1,4 @@ +@keyframes fade-in { + from {opacity: 0;} + to {opacity: 1;} +} -- cgit v1.2.3