Merge fixups

This commit is contained in:
vedanshujain 2020-11-24 14:26:23 +05:30
parent 528e7b7d91
commit a0b999191e
2 changed files with 7 additions and 2 deletions

View File

@ -2609,13 +2609,15 @@ a.reset_variations {
}
}
.woocommerce {
.alignwide .woocommerce {
& > * {
max-width: var( --responsive--alignwide-width );
display: block;
margin: var(--global--spacing-vertical) auto;
}
}
.woocommerce {
.woocommerce-notices-wrapper {

View File

@ -530,6 +530,9 @@ final class WooCommerce {
case 'twentytwenty':
include_once WC_ABSPATH . 'includes/theme-support/class-wc-twenty-twenty.php';
break;
case 'twentytwentyone':
include_once WC_ABSPATH . 'includes/theme-support/class-wc-twenty-twenty-one.php';
break;
}
}
}