Remove the edit-blocks dependency from front end styles (https://github.com/woocommerce/woocommerce-blocks/pull/446)
This commit is contained in:
parent
17ff1aa886
commit
5af66f5de5
|
@ -204,7 +204,7 @@ function wgpb_register_scripts() {
|
|||
wp_register_style(
|
||||
'wc-block-style',
|
||||
plugins_url( 'build/style.css', __FILE__ ),
|
||||
array( 'wp-edit-blocks' ),
|
||||
array(),
|
||||
wgpb_get_file_version( '/build/style.css' )
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue