Remove the fd dependency

This commit is contained in:
Jas Singh
2024-07-24 21:43:19 -07:00
parent 62d4637551
commit 69f86b01d7

View File

@@ -41,7 +41,7 @@ const variables = () => [
]; ];
async function resetCss() { async function resetCss() {
if (!dependencies("sass", "fd")) if (!dependencies("sass"))
return return
try { try {