From f86f10812692ecce32f4dac46730ff885c52cc4e Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Mon, 8 Apr 2024 13:00:52 +0300 Subject: [PATCH] Update layout.scss --- assets/styles/layout/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/layout/layout.scss b/assets/styles/layout/layout.scss index ba42978e3..9436b85ad 100644 --- a/assets/styles/layout/layout.scss +++ b/assets/styles/layout/layout.scss @@ -15,7 +15,6 @@ @import './_responsive'; @import './_animation'; @import './landing/_landing'; -@import './templates/_templates'; @import './templates/_apollo'; @import './templates/_atlantis'; @import './templates/_avalon'; @@ -25,3 +24,4 @@ @import './templates/_sakai'; @import './templates/_ultima'; @import './templates/_verona'; +@import './templates/_templates';