Skip to content

Commit efef218

Browse files
committed
Updating with fixes after review
1 parent b72f484 commit efef218

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

functions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ function ma_theme_enqueue_assets() {
8383
* Enqueue editor assets.
8484
*/
8585
function ma_theme_enqueue_editor_assets() {
86+
wp_enqueue_style( 'wp-block-editor' );
87+
8688
$editor_asset_file = get_theme_file_path( 'build/css/editor-style.asset.php' );
8789
if ( file_exists( $editor_asset_file ) ) {
8890
$editor_asset = include $editor_asset_file;

src/css/editor.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)