Inject style tag to document head.
npm install style-injectimport styleInject from 'style-inject';
const css = `
body {
margin: 0;
}
`;
styleInject(css, options);Type: string
Possible values: top
Default: undefined
Insert style tag to specific position of head element.
MIT © EGOIST