Remove the fd dependency
This commit is contained in:
@@ -41,7 +41,7 @@ const variables = () => [
|
|||||||
];
|
];
|
||||||
|
|
||||||
async function resetCss() {
|
async function resetCss() {
|
||||||
if (!dependencies("sass", "fd"))
|
if (!dependencies("sass"))
|
||||||
return
|
return
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user