Skip to content

Instantly share code, notes, and snippets.

@chadspencer
Last active September 25, 2020 15:52
Show Gist options
  • Select an option

  • Save chadspencer/6b7dc5134da6ac172bf4685e9230f769 to your computer and use it in GitHub Desktop.

Select an option

Save chadspencer/6b7dc5134da6ac172bf4685e9230f769 to your computer and use it in GitHub Desktop.
const button = {
background: black,
color: white,
'& + &': {
marginLeft: '8px',
}
};
const buttonPrimary = {
background: red,
};
const buttonSecondary = {
background: green,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment