Add comment describing loop

This commit is contained in:
Joseph Fusco 2017-06-14 14:18:22 -04:00
parent 601fba886f
commit e72425f1c4
1 changed files with 1 additions and 0 deletions

View File

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