Skip to content

Instantly share code, notes, and snippets.

@esr360
Last active August 17, 2019 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esr360/d3f2a4029adcecd615dc77d3b952f8ce to your computer and use it in GitHub Desktop.
Save esr360/d3f2a4029adcecd615dc77d3b952f8ce to your computer and use it in GitHub Desktop.
const styles = ({ props, state, context }) => ({
display: 'block',
border: '1px solid',
heading: (props) => ({
fontWeight: props.strong && 'bold',
color: 'red'
}),
content: {
padding: '1em'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment