This commit is contained in:
parent
a82a971999
commit
3b59447602
1 changed files with 1 additions and 4 deletions
|
@ -29,7 +29,4 @@ const json = css
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
fs.writeFileSync(
|
fs.writeFileSync(path.join(__dirname, "./classes.json"), JSON.stringify(json));
|
||||||
path.join(__dirname, "./classes.json"),
|
|
||||||
JSON.stringify(json),
|
|
||||||
);
|
|
||||||
|
|
Loading…
Reference in a new issue