Bahan UI CSS mendukung
const useStyles = makeStyles(() => ({
paper: {
'@supports (display: grid)': {
display: 'grid'
}
}
}))
Obedient Oyster