This plugin is still using wp_print_styles and wp_print_scripts, which is making the enqueued minified css show after my own enqueued css, even through it has a priority of 999.
Is it possible to simply replace those deprecated hooks for wp_enqueue_scripts?