Skip to content

Instantly share code, notes, and snippets.

@g-a-v-i-n
Created October 21, 2020 00:15
Show Gist options
  • Save g-a-v-i-n/b864656102a8ba62d24b3dc0a778bdc8 to your computer and use it in GitHub Desktop.
Save g-a-v-i-n/b864656102a8ba62d24b3dc0a778bdc8 to your computer and use it in GitHub Desktop.
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