<?php
function bw_block_editor_assets () {
	wp_enqueue_style('bw_block_editor_style', get_stylesheet_directory_uri() . '/assets/css/bw-editor.css', array(), 100);
}
add_action('enqueue_block_editor_assets', 'bw_block_editor_assets');
