Skip to content

Instantly share code, notes, and snippets.

@RiodeJaneiroo
Created October 5, 2019 13:17
Show Gist options
  • Save RiodeJaneiroo/eb99add280dfe9a3c1f409009fe37415 to your computer and use it in GitHub Desktop.
Save RiodeJaneiroo/eb99add280dfe9a3c1f409009fe37415 to your computer and use it in GitHub Desktop.
[Remove Gutenberg CSS] remove wp-block-library css #wordpress
add_action( 'wp_print_styles', 'wps_deregister_styles', 100 );
function wps_deregister_styles() {
wp_dequeue_style( 'wp-block-library' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment