Theme: Add editor styles.

This commit is contained in:
Ian Dunn 2019-09-26 15:35:20 -07:00
parent a197adc6e2
commit 1db9ec9203
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
5 changed files with 604 additions and 3 deletions

View file

@ -36,6 +36,8 @@ function setup() {
add_theme_support( 'wp4-styles' );
add_theme_support( 'wp-block-styles' );
add_theme_support( 'editor-styles' );
add_editor_style( 'css/style-editor.css' );
add_theme_support(
'editor-color-palette',