Skip to content

Commit

Permalink
fix: Dequeue WordPress version 6.6 global styles to address link styl…
Browse files Browse the repository at this point in the history
…ing bug
  • Loading branch information
cearls committed Aug 2, 2024
1 parent d922466 commit a2caa05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public function enqueue_assets() {
wp_dequeue_style( 'wp-block-library-theme' );
wp_dequeue_style( 'wc-block-style' );
wp_dequeue_script( 'jquery' );
wp_dequeue_style( 'global-styles' );

$vite_env = 'production';

Expand Down

0 comments on commit a2caa05

Please sign in to comment.