Skip to content

Instantly share code, notes, and snippets.

@esr360
Created August 17, 2019 22:35
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/8e4d9eaf86431a3a02beca6df0fd0a95 to your computer and use it in GitHub Desktop.
Save esr360/8e4d9eaf86431a3a02beca6df0fd0a95 to your computer and use it in GitHub Desktop.
const styles = ({ props, state, context }) => ({
display: 'block',
border: '1px solid',
heading: {
fontWeight: 'bold',
color: 'red'
},
content: {
padding: '1em'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment