nathanmarks / jss-theme-reactor

NOT MAINTAINED Powerful theming layer for use with the jss CSS in JS library
MIT License
64 stars 6 forks source link

Global via the theme object #16

Closed nathanmarks closed 7 years ago

nathanmarks commented 7 years ago

@kof

This lets you pass in overrides on theme.overrides[SHEET_NAME] keyed by rule that get automatically copied into sheet rules.

This should be good for the time being, but let me know if you have a better idea.

kof commented 7 years ago

looks good to me