Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All: Disable default styles that we don't use
These are newly introduced in WordPress 5.x and 6.x, as seen on the stage sites today. Removing them now so we don't add unused styles to the prod sites when we switch over to the new servers. ``` wp_dequeue_style('wp-block-library'); wp_dequeue_style('classic-theme-styles'); wp_dequeue_style('global-styles'); ```
- Loading branch information