Skip to content

Instantly share code, notes, and snippets.

@solarsailer
Created July 2, 2018 21:16
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 solarsailer/96e7611f52225bd56cb3959f2ef10686 to your computer and use it in GitHub Desktop.
Save solarsailer/96e7611f52225bd56cb3959f2ef10686 to your computer and use it in GitHub Desktop.
import {injectGlobal} from 'styled-components'
injectGlobal`
p {
color: red;
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment