How can min() be used in withStyles?
Currently declared as:
maxWidth: "min(700, 90vw)"
Tried this as well:
maxWidth: "min('700', '90vw')"
Neither of these solutions are working. Has anyone successfully utilized this feature with material-ui in react?
Appreciate any insights or guidance. Thank you!