suid icon indicating copy to clipboard operation
suid copied to clipboard

Add support for makeStyles

Open Plawn opened this issue 2 years ago • 2 comments

makeStyle is a great way to separate the css in js from the rest of the logic and I find it easier to use than sx

tss-react makes it possible to use it as per mui documentation, could it be possible to add the same for suid ?

https://mui.com/material-ui/guides/interoperability/#jss-tss

Plawn avatar Dec 20 '22 09:12 Plawn

Didn't mui stop supporting makeStyles in favor of styled()?

I've been migrating one of our React codebases from makeStyles to styled() and have not looked back since.

Bersaelor avatar Feb 13 '23 20:02 Bersaelor

I think it's a matter of taste, you are right they wanted to ditch the support for makeStyles in favor of styled But some of us, do prefer the makeStyles approah as per: this

Plawn avatar Feb 14 '23 08:02 Plawn