Skip to content

Instantly share code, notes, and snippets.

@HerbCaudill
Created October 7, 2020 12:30
Show Gist options
  • Save HerbCaudill/dafb6a1d099cc7e8a11c526aed13eb9c to your computer and use it in GitHub Desktop.
Save HerbCaudill/dafb6a1d099cc7e8a11c526aed13eb9c to your computer and use it in GitHub Desktop.
css-article-4.jsx
let styles = {
background: 'lightBlue',
border: '1px solid blue',
borderRadius: 2,
'&:hover': { background: 'darkBlue' }
}
<div css={styles}>...</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment