From f602022f8412d9623bf5d9cc05c3a40d94a86664 Mon Sep 17 00:00:00 2001 From: Talon Poole Date: Wed, 24 Feb 2021 18:15:32 +0000 Subject: [PATCH] format --- cli.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli.js b/cli.js index 3b7744d..c454554 100755 --- a/cli.js +++ b/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("--", "");