From 673dba8f58dce92002c853e627bbf40728274969 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 9 Nov 2023 17:12:34 +0000 Subject: [PATCH] again --- _sass/{thesis.scss => thesis_styles.scss} | 0 assets/css/thesis.scss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename _sass/{thesis.scss => thesis_styles.scss} (100%) diff --git a/_sass/thesis.scss b/_sass/thesis_styles.scss similarity index 100% rename from _sass/thesis.scss rename to _sass/thesis_styles.scss diff --git a/assets/css/thesis.scss b/assets/css/thesis.scss index 746eb4e..b534eb3 100644 --- a/assets/css/thesis.scss +++ b/assets/css/thesis.scss @@ -1,4 +1,4 @@ --- --- @import "base"; -@import "thesis"; \ No newline at end of file +@import "thesis_styles"; \ No newline at end of file