Anidetrix / rollup-plugin-styles

🎨 Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more.
https://anidetrix.github.io/rollup-plugin-styles
MIT License
246 stars 42 forks source link

fix: add nonce attribute to style tag #231

Open danhuang1202 opened 1 year ago

danhuang1202 commented 1 year ago

Get nonce attribute from __webpack_nonce__ and set this attribute to style tag

fix: https://github.com/Anidetrix/rollup-plugin-styles/issues/215

danhuang1202 commented 1 year ago

Hi @Anidetrix, this PR trying to add nonce attribute to style tag, so the style-src rule in CSP can get rid of the 'unsafe-inline' value. Please help review this PR, thanks.