Created
May 28, 2017 21:17
-
-
Save kitten/9668f0b5df29cf045a5fe844498fa81b to your computer and use it in GitHub Desktop.
sc example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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