Open
Description
Reported here mui/material-ui#9293 (comment)
Automatic prefixing when needed is not working as expected. I'm trying to use clip-path, which needs to be prefixed in Safari.
`myStyle: { clipPath: 'polygon(0% 0%, 100% 0%, 100% 250px, 0% 100%)', }`
When I view my page in Safari and inspect that code, there is no vendor prefix for clip-path. I'm using Material UI core v3.9.0 and JSS v9.8.7 with jss-preset-default.
Activity