From 69f86b01d7d1463d1db2a8a0ff791bad400d71c8 Mon Sep 17 00:00:00 2001 From: Jas Singh Date: Wed, 24 Jul 2024 21:43:19 -0700 Subject: [PATCH] Remove the fd dependency --- scss/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/style.ts b/scss/style.ts index 1255a13..112469a 100644 --- a/scss/style.ts +++ b/scss/style.ts @@ -41,7 +41,7 @@ const variables = () => [ ]; async function resetCss() { - if (!dependencies("sass", "fd")) + if (!dependencies("sass")) return try {