cssinjs / jss

JSS is an authoring tool for CSS which uses JavaScript as a host language.
https://cssinjs.org
MIT License
7.07k stars 399 forks source link

Channel context to withTheme #1086

Closed afrankel-sfdo closed 5 years ago

afrankel-sfdo commented 5 years ago

Describe the solution you'd like

Are you willing to implement it? Maybe, would need some direction.

HenriBeck commented 5 years ago

You have access to a withTheme HOC on your custom theming object.

https://github.com/cssinjs/theming#createthemingcontext

afrankel-sfdo commented 5 years ago

@HenriBeck totally missed that, thanks!