Move all colours to CSS variables

This commit is contained in:
Mauricio Bonani
2022-06-18 16:05:25 -04:00
parent fc5a5f1b73
commit 3a2fa4073a
43 changed files with 1162 additions and 941 deletions

View File

@@ -83,7 +83,7 @@ while((match = ruleRegex.exec(colorsFile)) !== null) {
const result = sass.renderSync({
outputStyle: "expanded",
file: path.join(workingDir,"style.scss"),
file: path.join(workingDir,"style-custom-theme.scss"),
});
const css = result.css.toString()