From a98d715975bcdc986a89775aafd45d99b70dc157 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Tue, 26 Oct 2021 00:28:38 +0200 Subject: [PATCH] Import footer without '.scss' in filename --- app/assets/stylesheets/sqm_application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/sqm_application.scss b/app/assets/stylesheets/sqm_application.scss index 219e575f..6fb14819 100644 --- a/app/assets/stylesheets/sqm_application.scss +++ b/app/assets/stylesheets/sqm_application.scss @@ -9,7 +9,7 @@ @import "buttons"; @import "scss/fontawesome.scss"; @import "scss/solid.scss"; -@import "footer.scss"; +@import "footer"; .height-56 { height: 56px;