Agregar consultas de medios en reaccionar material de Makestyle
const styles = theme => ({
root: {
backgroundColor: 'blue',
[theme.breakpoints.up('md')]: {
backgroundColor: 'red',
},
},
});
Gentle Gerenuk