Fix bin/publish: use correct .env path for rspade_system Fix bin/publish script: prevent grep exit code 1 from terminating script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
style-inject
Inject style tag to document head.
Installation
npm install style-inject
Example
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