You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create this issue to discuss about the way to port this repository styles to css in js. My team has used this repository and the css in js in my project also. I know, we have some discussion in the gitter chat about this problem. And the problem that @hai-cea concern is the way to make the theme configure. I think there are some straightforward way, but it is not much convenience now.
First, we can expose for example defineTheme() and reset the global style in material ui.
The other way, we can transform the styles props to the component and have mixin to process with the component styles.
Hope we have good solution for this.
The text was updated successfully, but these errors were encountered:
Hi material ui,
I create this issue to discuss about the way to port this repository styles to css in js. My team has used this repository and the css in js in my project also. I know, we have some discussion in the gitter chat about this problem. And the problem that @hai-cea concern is the way to make the theme configure. I think there are some straightforward way, but it is not much convenience now.
Hope we have good solution for this.
The text was updated successfully, but these errors were encountered: