Change comment for grid number

This commit is contained in:
ml-uni 2018-09-24 09:22:43 +02:00 committed by GitHub
parent 62a36ee160
commit e3d7ba689f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ $medium: 768px !default;
} }
} }
// grid constructor (.grid-2 to .grid-12) // grid constructor (.grid-2 to .grid-$cols)
@for $i from 2 through $cols { @for $i from 2 through $cols {
[class*="grid-#{$i}"] { [class*="grid-#{$i}"] {
grid-template-columns: repeat(#{$i}, 1fr); grid-template-columns: repeat(#{$i}, 1fr);