Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Jul 19, 2024
1 parent 0279ce4 commit 7512e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Setup/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function _enqueue_block_assets() {

if ( apply_filters( 'snow_monkey_blocks_enqueue_fallback_style', ! Blocks\is_pro() ) ) {
if ( ! wp_style_is( 'sass-basis-core' ) ) {
wp_dequeue_style( 'sass-basis-core' );
wp_dequeue_style( 'sass-basis-core' );
}

if ( ! wp_style_is( 'sass-basis' ) ) {
Expand Down

0 comments on commit 7512e74

Please sign in to comment.