Skip to content

Instantly share code, notes, and snippets.

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 joshhunt/743102b471a8efbd57c46e5b1e26e7c1 to your computer and use it in GitHub Desktop.
Save joshhunt/743102b471a8efbd57c46e5b1e26e7c1 to your computer and use it in GitHub Desktop.
sc example
const Header = styled.h1.attrs({
className: 'p2 bold white bg-blue'
})`
margin: 0 15px;
border-radius: 5px;
box-shadow: 0 2px 2px 0 #aaa;
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment