From 9a389175d75703a91608a61c9227f83525388bed Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 3 Jan 2023 04:18:59 +0100 Subject: [PATCH] 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. --- assets/scss/style.scss | 2 -- 1 file changed, 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 {