aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/assets/scss/main.scss
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-04-19 19:11:39 +0200
committergabrielgio <gabriel.giovanini@pm.me>2022-04-19 19:11:39 +0200
commitb277b6012f631173dc48291916a092ed6a28903d (patch)
tree72646f1de6e9e6d256b78afda6b46fc4ba6da858 /themes/flamingo/assets/scss/main.scss
parent39745b50dd55e03b5c9a9e9e6ea7e1a86c5317d1 (diff)
downloadgabrielgio.me-b277b6012f631173dc48291916a092ed6a28903d.tar.gz
gabrielgio.me-b277b6012f631173dc48291916a092ed6a28903d.tar.bz2
gabrielgio.me-b277b6012f631173dc48291916a092ed6a28903d.zip
ref: Make site faster
Some changes to make the site load faster: * remove custom font * romove some unused scss * remove unused scss include * embed css into the header * remove FA icons
Diffstat (limited to 'themes/flamingo/assets/scss/main.scss')
-rw-r--r--themes/flamingo/assets/scss/main.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/flamingo/assets/scss/main.scss b/themes/flamingo/assets/scss/main.scss
index 4d634f9..6b279c0 100644
--- a/themes/flamingo/assets/scss/main.scss
+++ b/themes/flamingo/assets/scss/main.scss
@@ -1,8 +1,5 @@
-@import "_custom_font";
@import "_fonts";
@import "_variables";
@import "_mixins";
-@import "_projects";
@import "_mobile_view";
@import "_web_view";
-@import "_links";