I created a script to generate css, scss, less & style files. I just now realized there was already a pull-request that accomplishes the same task... oops :-). In any case, it was a fun little project.
The approach is pretty basic:
Define a template in the templates.json.
Define colors in the colors.json.
run: npm start (pure NodeJS, no dependencies)
generated files -> ./output folder
run: npm run clean to clean.
I created a script to generate css, scss, less & style files. I just now realized there was already a pull-request that accomplishes the same task... oops :-). In any case, it was a fun little project.
The approach is pretty basic:
Define a template in the templates.json. Define colors in the colors.json. run: npm start (pure NodeJS, no dependencies) generated files -> ./output folder run: npm run clean to clean.