[Experimental] Product Filters Redesign > Clear Button: Fix CSS Not Found error (#47481)

* Fix CSS error on Product Filter Clear Button

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

* Fix css lint error

* Remove unnecessary css file from Product Filter Clear Button block

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Alexandre Lara 2024-05-16 15:59:06 -03:00 committed by GitHub
parent ad19ff51a3
commit 0a5ab942bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Comment: Fix CSS error on the Product Filter Clear Button block

View File

@ -13,6 +13,15 @@ final class ProductFilterClearButton extends AbstractBlock {
*/
protected $block_name = 'product-filter-clear-button';
/**
* Get the frontend style handle for this block type.
*
* @return null
*/
protected function get_block_type_style() {
return null;
}
/**
* Include and render the block.
*