Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR ASSEMBLY

material ui common styles

const useStyles = makeStyles({
  root: {
    color: 'red',
    '& p': {
      color: 'green',
      '& span': {
        color: 'blue'
      }
    }
  },
});
Source by material-ui.com #
 
PREVIOUS NEXT
Tagged: #material #ui #common #styles
ADD COMMENT
Topic
Name
9+4 =