egoist / style-inject

Inject style tag to document head.
MIT License
48 stars 23 forks source link

feat: add attributes such as 'id' #8

Open AndersDJohnson opened 5 years ago

AndersDJohnson commented 5 years ago

Would be nice to include option to add attributes such as id.

redonkulus commented 4 years ago

@egoist any luck with this? This library is used by https://github.com/egoist/rollup-plugin-postcss#options which allows for setting options, would be nice if id or any number of attributes could be added.

AndersDJohnson commented 4 years ago

@redonkulus @egoist I think this PR should do the trick: https://github.com/egoist/style-inject/pull/15