Last active
December 8, 2017 21:46
-
-
Save alanbsmith/1b8946db159c7acdd86b4669df3f6ea2 to your computer and use it in GitHub Desktop.
effective-testing-for-styled-components-simple-icon
This file contains hidden or 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 Icon = styled(FontAwesome)` | |
| font-size: 1rem; | |
| `; | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment