aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/animations.scss
diff options
context:
space:
mode:
authorLibravatar Balaji Vijayakumar <kuttibalaji.v6@gmail.com>2022-12-08 22:28:46 +0530
committerLibravatar GitHub <noreply@github.com>2022-12-08 16:58:46 +0000
commit93d61ced55e7e1c486cdbe6c02c16435ca698860 (patch)
treee4d9e53260e508711cfcf45232d086e906a09d8e /src/styles/animations.scss
parentBackported deprecation fixes from electron v22 upgrade (diff)
downloadferdium-app-93d61ced55e7e1c486cdbe6c02c16435ca698860.tar.gz
ferdium-app-93d61ced55e7e1c486cdbe6c02c16435ca698860.tar.zst
ferdium-app-93d61ced55e7e1c486cdbe6c02c16435ca698860.zip
migrate from gulp to esbuild for faster builds (#815)
Diffstat (limited to 'src/styles/animations.scss')
-rw-r--r--src/styles/animations.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styles/animations.scss b/src/styles/animations.scss
index b121af7d2..35125dec5 100644
--- a/src/styles/animations.scss
+++ b/src/styles/animations.scss
@@ -1,3 +1,5 @@
1@import "./globals.scss";
2
1// FadeIn 3// FadeIn
2.fadeIn-appear { opacity: .01; } 4.fadeIn-appear { opacity: .01; }
3 5