aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-01-03 04:18:59 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-01-03 04:18:59 +0100
commit9a389175d75703a91608a61c9227f83525388bed (patch)
tree5b705736a39e2cabe0d37b8dda553876a16168e8
parent9e57dd43f0f0fa5975964deabf2d7f35d17aa7bc (diff)
style.scss: Do not include syntax.scss or animate.scss
These files are no longer used, so we can now reduce website size a bit.
-rw-r--r--assets/scss/style.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss
index e4b3020..4b7aa8e 100644
--- a/assets/scss/style.scss
+++ b/assets/scss/style.scss
@@ -1,7 +1,5 @@
@import "predefined.scss";
@import "normalize.scss";
-@import "syntax.scss";
-@import "animate.scss";
/* Webkit Scrollbar Customize */
::-webkit-scrollbar {