From b277b6012f631173dc48291916a092ed6a28903d Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Tue, 19 Apr 2022 19:11:39 +0200 Subject: 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 --- themes/flamingo/assets/scss/main.scss | 3 --- 1 file changed, 3 deletions(-) (limited to 'themes/flamingo/assets/scss/main.scss') 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"; -- cgit v1.2.3