Last active
September 25, 2020 15:52
-
-
Save chadspencer/6b7dc5134da6ac172bf4685e9230f769 to your computer and use it in GitHub Desktop.
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 = { | |
| background: black, | |
| color: white, | |
| '& + &': { | |
| marginLeft: '8px', | |
| } | |
| }; | |
| const buttonPrimary = { | |
| background: red, | |
| }; | |
| const buttonSecondary = { | |
| background: green, | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment