We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd28e2a commit bd795c6Copy full SHA for bd795c6
fillauer-product-importer.php
@@ -14,7 +14,7 @@ function importer_menu() {
14
15
function register_processor() {
16
wp_register_script( 'product-import-processor', plugins_url( 'dist/scripts/client.js', __FILE__ ), '1.0.0', true );
17
- wp_register_style( 'product-import-styles', plugins_url( 'dist/styles/global.css', __FILE__ ), '1.0.0', true );
+ wp_register_style( 'product-import-styles', plugins_url( 'dist/styles/global.min.css', __FILE__ ), '1.0.0', true );
18
wp_register_style( 'product-import-styles-min', plugins_url( 'dist/styles/global.min.css', __FILE__ ), '1.0.0', true );
19
20
// Pass nounce for WP API Authentication
0 commit comments