Merge pull request #1145 from VBlankSB/sassgallery-fix

Loop for gallery-columns should be outside gallery-item braces
This commit is contained in:
Ulrich Pogson 2017-07-06 18:49:38 +02:00 committed by GitHub
commit 251896a973
1 changed files with 1 additions and 1 deletions

View File

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