Skip to content

Instantly share code, notes, and snippets.

@egoist
Last active December 19, 2016 12:53
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 egoist/603f15bea94d94ca0a673e8c5469fc88 to your computer and use it in GitHub Desktop.
Save egoist/603f15bea94d94ca0a673e8c5469fc88 to your computer and use it in GitHub Desktop.
const color = 'red'
const App = styled.div`{
color: ${color};
}`
App.innerHTML = 'hello world'
document.body.appendChild(App)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment