Skip to content

Commit

Permalink
fix: stop using an empty enqued style in all contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Jun 6, 2024
1 parent 14c0951 commit f8e33ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/class-openedx-commerce-public.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public function enqueue_styles() {
* class.
*/

wp_enqueue_style( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'css/openedx-commerce-public.css', array(), $this->version, 'all' );
}

/**
Expand Down

0 comments on commit f8e33ca

Please sign in to comment.