forked from mirror/_s
Add comment describing loop
This commit is contained in:
parent
601fba886f
commit
e72425f1c4
|
@ -8,6 +8,7 @@
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
// Loops to enumerate the classes for gallery columns.
|
||||||
@for $i from 2 through 9 {
|
@for $i from 2 through 9 {
|
||||||
.gallery-columns-#{$i} {
|
.gallery-columns-#{$i} {
|
||||||
max-width: ( 100% / $i );
|
max-width: ( 100% / $i );
|
||||||
|
|
Reference in New Issue