Adds twenty seventeen stylesheet. #12038

This commit is contained in:
James Koster 2016-11-25 15:25:37 +00:00
parent 20507f0944
commit 18349ddea1
3 changed files with 3 additions and 2 deletions

View File

View File

@ -1,3 +1,4 @@
/**
* Twenty Seventeen integration styles
*/
*/

View File

@ -37,7 +37,7 @@ class WC_Twenty_Seventeen {
unset( $styles['woocommerce-general'] );
$styles['woocommerce-twenty-seventeen'] = array(
'src' => str_replace( array( 'http:', 'https:' ), '', WC()->plugin_url() ) . '/assets/css/themes/woocommerce-twenty-seventeen.css',
'src' => str_replace( array( 'http:', 'https:' ), '', WC()->plugin_url() ) . '/assets/css/woocommerce-twenty-seventeen.css',
'deps' => '',
'version' => WC_VERSION,
'media' => 'all',