From 934ebd4f4c891d44a10494a3f015b0b8e5d8a031 Mon Sep 17 00:00:00 2001 From: semanticdata Date: Tue, 17 Oct 2023 11:29:43 -0500 Subject: [PATCH] fix module loop error --- quartz/styles/custom.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index b0c09dcb9..b908314b1 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1,3 +1 @@ -@use "./base.scss"; - // put your custom CSS here!