Merge fixups
This commit is contained in:
parent
528e7b7d91
commit
a0b999191e
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue