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
Hello! I am using material-ui with MERN.
I try to implement stepper.
Everything works great but it looks like styling or autoprefixing is broken
Take a look at that code:
I found it is because wrongly prefixed display property.
When I fixed it like this:
everything looks pretty.
I also wonder what is this mui-prepared...
Problem description
Hello! I am using material-ui with MERN.



I try to implement stepper.
Everything works great but it looks like styling or autoprefixing is broken
Take a look at that code:
I found it is because wrongly prefixed
displayproperty.When I fixed it like this:
everything looks pretty.
I also wonder what is this
mui-prepared...Steps to reproduce
Versions