egoist / style-inject

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

Added styleProps to define styleElement properties #6

Closed tlcheah2 closed 2 years ago

tlcheah2 commented 6 years ago

@egoist , i was using rollup-plugin-postcss. However I wanted to define id to my style when append to head. That's why i submit this PR. Do you have any better ideas for this ?

zyy7259 commented 5 years ago

When I use webpack, I can config style attrs through style-loader#attrs.

I'd like to config style atts through rollup-plugin-postcss#inject too.