Skip to content

Commit

Permalink
fix: remove references to editor.css
Browse files Browse the repository at this point in the history
closes #12
  • Loading branch information
prtksxna committed May 19, 2020
1 parent ec18e31 commit 422164b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sticky-note-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ function a_sticky_note_block() {
true
);

wp_register_style(
'sticky-note-editor',
plugins_url( 'editor.css', __FILE__),
array( 'wp-edit-blocks' ),
filemtime( plugin_dir_path( __FILE__ ) . 'editor.css' )
);

wp_register_style(
'sticky-note-style',
plugins_url( 'style.css', __FILE__),
Expand All @@ -49,7 +42,6 @@ function a_sticky_note_block() {
'sticky-note/sticky-note',
array(
'style' => 'sticky-note-style',
'editor_style' => 'sticky-note-editor',
'editor_script' => 'sticky-note',
)
);
Expand Down

0 comments on commit 422164b

Please sign in to comment.