Created
October 21, 2020 00:15
-
-
Save g-a-v-i-n/b864656102a8ba62d24b3dc0a778bdc8 to your computer and use it in GitHub Desktop.
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 Foo = styled(CodeMirror)` | |
.keyword { | |
color: ${p => p.theme.colors.purple}; | |
} | |
` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment