Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kitten
Created May 28, 2017 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kitten/9668f0b5df29cf045a5fe844498fa81b to your computer and use it in GitHub Desktop.
Save kitten/9668f0b5df29cf045a5fe844498fa81b to your computer and use it in GitHub Desktop.
sc example
const Header = styled.h1.attrs({
className: '...'
})`
box-shadow: ${p => p.shadow ? '0 2px 2px 0 #aaa' : 'none'};
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment