remove unused styles and scripts from article block

This commit is contained in:
2026-01-04 18:01:53 +00:00
parent f189292c7d
commit df4e07915a
4 changed files with 0 additions and 10 deletions

View File

@@ -1,4 +0,0 @@
// block.json's editorStyle, applied in block editor and front end
.wp-block-badegg-article.block-editor-block-list__block {
display: block;
}

View File

@@ -1 +0,0 @@
// block.json's script, loaded in block editor and front end

View File

@@ -1,4 +0,0 @@
// block.json's style, applied in block editor and front end
.wp-block-badegg-article {
display: block;
}

View File

@@ -1 +0,0 @@
// block.json's viewScript, applied on front end only