Browse Source

enque gutenberg css

windhamdavid 6 years ago
parent
commit
bf0f1d16e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -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' );