Basic WooCommerce Integration.

This commit is contained in:
Tiago Noronha 2017-08-01 14:21:13 +01:00
parent f9d4a471e5
commit 27e68252f6
16 changed files with 1683 additions and 517 deletions

View file

@ -11,7 +11,7 @@
// Loops to enumerate the classes for gallery columns.
@for $i from 2 through 9 {
.gallery-columns-#{$i} & {
max-width: ( 100% / $i );
max-width: map-get( $columns, $i );
}
}
}