Skip to content

Commit bd795c6

Browse files
committed
Fixed to work with prod CSS.
1 parent fd28e2a commit bd795c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fillauer-product-importer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function importer_menu() {
1414

1515
function register_processor() {
1616
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 );
17+
wp_register_style( 'product-import-styles', plugins_url( 'dist/styles/global.min.css', __FILE__ ), '1.0.0', true );
1818
wp_register_style( 'product-import-styles-min', plugins_url( 'dist/styles/global.min.css', __FILE__ ), '1.0.0', true );
1919

2020
// Pass nounce for WP API Authentication

0 commit comments

Comments
 (0)