Skip to content

Commit e91a980

Browse files
committed
Add Gutenberg complementary styles
1 parent 22c092b commit e91a980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/services/theme.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ private function add_theme_supports() {
5454
add_theme_support( 'align-wide' );
5555
add_theme_support( 'responsive-embeds' );
5656
add_theme_support( 'editor-styles' );
57+
add_theme_support( 'wp-block-styles' );
5758
add_theme_support( 'post-thumbnails' );
5859
add_theme_support( 'html5', [ 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption', 'script', 'style' ] );
5960
add_theme_support( 'title-tag' );

0 commit comments

Comments
 (0)