I'm wondering if there's possible way to set custom breakpoints for Grid. I know it's possible to do it via createMuiTheme but I'd like to use makeStyles.
createMuiTheme
makeStyles
<Grid container> <Grid item xs={12} sm={4} md={3} lg={3} > ... </Grid> </Grid>
I'd like to set xs to be max 768px and sm min 768px and so on..
xs
sm
2.1m questions
2.1m answers
60 comments
57.0k users