mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Move all colours to CSS variables
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user