From 91725f0d3fbd85d5d576b5bb5bf8fdde685c5c4e Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Fri, 2 Aug 2024 11:34:49 -0400 Subject: [PATCH] Remove unused scss --- entries/plugin/index.scss | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 entries/plugin/index.scss diff --git a/entries/plugin/index.scss b/entries/plugin/index.scss deleted file mode 100644 index fa40a4b..0000000 --- a/entries/plugin/index.scss +++ /dev/null @@ -1,19 +0,0 @@ -/*--- -plugin entry styles. ---- - -@purpose - Styles for the plugin entry point. - - All style based entry points should be named 'index.scss' as - naming the stylesheet 'style' may conflict with the build system. - - Avoid using style keyword in an entry point name, this might break your build process. - - You can also bundle CSS modules by prefixing .module to the extension, e.g. style.module.scss. - Otherwise, these files are handled like all other style.scss. - They will also be extracted into style-index.css. - - https://developer.wordpress.org/block-editor/reference-guides/packages/packages-scripts/#using-css - -*/