We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b81319 commit f5ee8caCopy full SHA for f5ee8ca
1 file changed
lib/client-assets.php
@@ -397,16 +397,6 @@ function gutenberg_register_packages_styles( $styles ) {
397
);
398
$styles->add_data( 'wp-block-library-theme', 'rtl', 'replace' );
399
400
- gutenberg_override_style(
401
- $styles,
402
- 'classic-theme-styles',
403
- gutenberg_url( 'build/styles/block-library/classic.css' ),
404
- array(),
405
- $version
406
- );
407
- $styles->add_data( 'classic-theme-styles', 'rtl', 'replace' );
408
- $styles->add_data( 'classic-theme-styles', 'path', gutenberg_dir_path() . 'build/styles/block-library/classic.css' );
409
-
410
gutenberg_override_style(
411
$styles,
412
'wp-list-reusable-blocks',
0 commit comments