Skip to content

Commit

Permalink
fix: css optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
drill-lancer committed Mar 30, 2023
1 parent 92d2de8 commit 6dbc685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/vk-css-optimize/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function vk_blocks_css_tree_shaking_handles( $vk_css_tree_shaking_handles ) {
$vk_css_tree_shaking_handles[] = 'vk-blocks-build-css';
return $vk_css_tree_shaking_handles;
}
add_filter( 'vk_css_tree_shaking_handles', 'vk_blocks_css_tree_shaking_handles', 9999 );
add_filter( 'vk_css_tree_shaking_handles', 'vk_blocks_css_tree_shaking_handles' );

/**
* CSS Tree Shaking Exclude
Expand Down

0 comments on commit 6dbc685

Please sign in to comment.