Add option to disable styles injecting #3242
umbopepato
started this conversation in
Ideas
Replies: 1 comment
|
any news on that feature? There seems to be no easy solution for disabling this style-tag injection in vite. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This would be really useful to Lit users who use rollup style loaders such as
rollup-plugin-postcss-litorrollup-plugin-lit-cssthat transform style imports into Lit style objects at build-time:As of now all these styles get unnecessarily duplicated in
<head>. Acss.injectoption would help a lot in this case:All reactions