Remove the edit-blocks dependency from front end styles (https://github.com/woocommerce/woocommerce-blocks/pull/446)

This commit is contained in:
Kelly Dwan 2019-02-21 14:01:04 -05:00 committed by GitHub
parent 17ff1aa886
commit 5af66f5de5
1 changed files with 1 additions and 1 deletions

View File

@ -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' )
);