remove unused styles.css

This commit is contained in:
Daniel Bauer
2024-12-17 19:44:41 +01:00
parent dd86b55bed
commit 1debbb51f2
2 changed files with 0 additions and 12 deletions

View File

@@ -14,10 +14,6 @@ const createBaseConfig = (outdir) => ({
src: "manifest.json",
dest: outdir,
},
{
src: "styles.css",
dest: outdir,
},
],
}),
),

View File

@@ -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.
*/