1const styles = theme => ({
2 root: {
3 padding: theme.spacing(1),
4 [theme.breakpoints.down('sm')]: {
5 backgroundColor: theme.palette.secondary.main,
6 },
7 [theme.breakpoints.up('md')]: {
8 backgroundColor: theme.palette.primary.main,
9 },
10 [theme.breakpoints.up('lg')]: {
11 backgroundColor: green[500],
12 },
13 },
14});
1value |0px 600px 960px 1280px 1920px
2key |xs sm md lg xl
3screen width |--------|--------|--------|--------|-------->
4range | xs | sm | md | lg | xl