diff --git a/rollup.config.js b/rollup.config.js index 6353d2a..71c8e0a 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -14,10 +14,6 @@ const createBaseConfig = (outdir) => ({ src: "manifest.json", dest: outdir, }, - { - src: "styles.css", - dest: outdir, - }, ], }), ), diff --git a/styles.css b/styles.css deleted file mode 100644 index 71cc60f..0000000 --- a/styles.css +++ /dev/null @@ -1,8 +0,0 @@ -/* - -This CSS file will be included with your plugin, and -available in the app when your plugin is enabled. - -If your plugin does not need CSS, delete this file. - -*/