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 wonder how different is this? Perhaps it's completely compatible and a mechanical conversion from CSS could be written, possibly submitted as a PR so you could copy out JSS. Or perhaps the Material libraries in play are quite different and the best I could do is copy some values individually where it makes sense.
The text was updated successfully, but these errors were encountered:
It looks like the best bet would be to try to map the variables used to drive the SCSS file in angular, and see if there is an easy way to map those to the mui theme creation process. Not sure how the icon set would work, but worth a poke.
And I would gladly work with anyone on a PR. Some refactoring may be needed to support multiple render targets (angular scss and mui config), but should be minimal.
Hi,
At the moment using react/material-ui that uses jss - doc on theme api, complete default theme
I wonder how different is this? Perhaps it's completely compatible and a mechanical conversion from CSS could be written, possibly submitted as a PR so you could copy out JSS. Or perhaps the Material libraries in play are quite different and the best I could do is copy some values individually where it makes sense.
The text was updated successfully, but these errors were encountered: