diff --git a/src/block.json b/src/block.json index a512c39..2aaeeee 100644 --- a/src/block.json +++ b/src/block.json @@ -46,6 +46,5 @@ "textdomain": "piano-block", "viewScript": "file:view.js", "editorScript": "file:index.js", - "editorStyle": "file:index.css", "style": "file:style-index.css" } diff --git a/src/edit.tsx b/src/edit.tsx index e744718..a27503d 100644 --- a/src/edit.tsx +++ b/src/edit.tsx @@ -9,7 +9,6 @@ import type { BlockEditProps } from '@wordpress/blocks'; /** * Internal dependencies */ -import './editor.scss'; import Piano from './components/piano'; import { DEFAULT_SETTINGS } from './constants'; import type { BlockAttributes } from './constants'; diff --git a/src/editor.scss b/src/editor.scss deleted file mode 100644 index e69de29..0000000