yeun / open-color

Color scheme for UI design.
https://yeun.github.io/open-color/
MIT License
5.29k stars 243 forks source link

created maker for css, scss, less, styl #30

Closed eezing closed 8 years ago

eezing commented 8 years ago

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.

yeun commented 8 years ago

Thanks for your contribution. I like this approach as well, but I merged #28 just before. I think I have to close this, Sorry! 😅