|
@@ -31,7 +31,7 @@ function dw_plugs() {
|
|
|
endif;
|
|
|
|
|
|
function dw_editor() {
|
|
|
- wp_enqueue_style( 'dw-gutenberg', get_theme_file_uri( '/css/editor.css' ), false, '@@pkg.version', 'all' );
|
|
|
+ wp_enqueue_style( 'dw-gutenberg', get_theme_file_uri( '/css/editor.css' ), false, '1.0', 'all' );
|
|
|
}
|
|
|
add_action( 'enqueue_block_editor_assets', 'dw_editor' );
|
|
|
|