kathyisawesome / wc-mnm-mobile-styles

wc-mnm-mobile-styles
GNU General Public License v3.0
2 stars 1 forks source link

Minified stylesheet doesn't load due to MIME type mismatch #12

Closed helgatheviking closed 2 years ago

helgatheviking commented 2 years ago

I think you need to add style data

if ( $suffix ) {
    wp_style_add_data( 'wc-mnm-mobile-styles', 'suffix', '.min' );
}