Removes contentStyle.css which is no longer used. I think this was missed by this PR which handled other content style cleanup.
Copying the contentStyle.css file into the build directory for content scripts was made irrelevant by vite-plugin-css-injected-by-js. This plugin just embeds the css for content scripts directly into the generated index.js.
Removes
contentStyle.css
which is no longer used. I think this was missed by this PR which handled other content style cleanup.Copying the contentStyle.css file into the build directory for content scripts was made irrelevant by vite-plugin-css-injected-by-js. This plugin just embeds the css for content scripts directly into the generated
index.js
.