const rule = (props) => ({
      color: props.color,
      '@supports (display:flex)': {
        color: 'yellow',
      },