format
This commit is contained in:
parent
d850d73473
commit
f602022f84
3
cli.js
3
cli.js
|
@ -81,7 +81,8 @@ const cli = yargs(process.argv.slice(2))
|
|||
},
|
||||
});
|
||||
|
||||
const css = yargs(process.argv.slice(2)).exitProcess(false).argv.css || "gmi-web.css";
|
||||
const css =
|
||||
yargs(process.argv.slice(2)).exitProcess(false).argv.css || "gmi-web.css";
|
||||
const CSS_VARS = CSS.rootVariables(CSS.load({ css }));
|
||||
Object.keys(CSS_VARS).forEach((key) => {
|
||||
const opt = key.replace("--", "");
|
||||
|
|
Loading…
Reference in a new issue