aboutsummaryrefslogtreecommitdiffstats
path: root/styles/_animations.scss
diff options
context:
space:
mode:
Diffstat (limited to 'styles/_animations.scss')
-rw-r--r--styles/_animations.scss4
1 files changed, 0 insertions, 4 deletions
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;}
-}