diff options
Diffstat (limited to 'styles/_animations.scss')
-rw-r--r-- | styles/_animations.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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;} +} |