Currently, I am exploring material-ui and I'm curious if there is a way to set all breakpoints at once.
The code snippet below seems quite repetitive. Is there a more efficient method to achieve this?
<Grid xs={12} sm={12} md={12} lg={12} xl={12}>
</Grid>