Created
December 8, 2017 21:38
-
-
Save alanbsmith/caa484fe253b30c46cf8b7c87950d073 to your computer and use it in GitHub Desktop.
effective-testing-for-styled-components-updated-styles
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 Button = styled.button` | |
| background-color: #7D7D7D; | |
| border-radius: 2px; | |
| border: solid 1px transparent; | |
| color: #FFF; | |
| cursor: pointer; | |
| … | |
| `; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment