justice
justice copied to clipboard
Theme support
Goals:
- Share style variable between SCSS and JS.
- Allow theme customization
@necolas @TheoBearman
https://github.com/okor/justice/issues/7 and https://github.com/okor/justice/issues/26 are essentially the same. Closing both and consolidating to this single issue for clarity. Please have any further discussion here.
First pass here: https://github.com/okor/justice/commits/themes
To try it out, clone repo / install depends and fire up grunt. Open examples/simple.html in your browser. Edit src/theme.json to your liking.
This will update the build with a color theme of your choosing. Build process is kinda ugly so I'm open to improvements via PR's.