Update _grid.scss

This commit is contained in:
Pedro Reis 2020-02-27 16:25:56 +00:00 committed by GitHub
parent e77b0d0a34
commit b794d723fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
@media only screen and #{$declaration} { @media only screen and #{$declaration} {
@for $i from 1 through 6 { @for $i from 1 through 6 {
&.grid--#{$name}-#{$i}x { &.grid--#{$name}-#{$i}x {
grid-template-columns: repeat(#{$i}, 1fr); grid-template-columns: repeat(#{$i}, minmax(0, 1fr));
} }
} }
} }