Closed adekrijger closed 1 year ago
if ( class_exists( 'woocommerce' ) ) { wp_dequeue_style( 'wc-block-style' ); wp_deregister_style( 'wc-block-style' ); }
This does not work, because the handles should be wc-blocks-style with an s.
More than welcome to leave a PR
Yes, you were right it needs the additional "s", WooCommerce changed that fairly recently...
Just released new version that addresses this too.
This does not work, because the handles should be wc-blocks-style with an s.