Skip to content

Instantly share code, notes, and snippets.

@tclain
Created May 16, 2019 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tclain/a5ec51c87a5a508e2c85bb65319945c5 to your computer and use it in GitHub Desktop.
Save tclain/a5ec51c87a5a508e2c85bb65319945c5 to your computer and use it in GitHub Desktop.
const PrestyledComponent = styled('div')`
/** real css here */
background-color: blue;
`
// usage
const Component = () => <PrestyledComponent />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment