# style-inject
**Repository Path**: mirrors_egoist/style-inject
## Basic Information
- **Project Name**: style-inject
- **Description**: Inject style tag to document head.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-24
- **Last Updated**: 2026-05-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# style-inject
[](https://npmjs.com/package/style-inject) [](https://npmjs.com/package/style-inject) [](https://circleci.com/gh/egoist/style-inject/tree/master) [](https://github.com/egoist/donate) [](https://chat.egoist.moe)
Inject style tag to document head.
## Installation
```bash
npm install style-inject
```
## Example
```javascript
import styleInject from 'style-inject';
const css = `
body {
margin: 0;
}
`;
styleInject(css, options);
```
## Options
### insertAt
Type: `string`
Possible values: `top`
Default: `undefined`
Insert `style` tag to specific position of `head` element.
## License
MIT © [EGOIST](https://github.com/egoist)