Skip to content

Instantly share code, notes, and snippets.

@Swiip
Created May 17, 2018 09:27
Show Gist options
  • Save Swiip/e4ed2f046a8fdf27e9e5cfbb6f00c9e0 to your computer and use it in GitHub Desktop.
Save Swiip/e4ed2f046a8fdf27e9e5cfbb6f00c9e0 to your computer and use it in GitHub Desktop.
import { injectGlobal } from "styled-components";
injectGlobal`
html {
background: #444;
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment