Update _grid.scss
This commit is contained in:
parent
e77b0d0a34
commit
b794d723fd
|
@ -12,9 +12,9 @@
|
|||
@media only screen and #{$declaration} {
|
||||
@for $i from 1 through 6 {
|
||||
&.grid--#{$name}-#{$i}x {
|
||||
grid-template-columns: repeat(#{$i}, 1fr);
|
||||
grid-template-columns: repeat(#{$i}, minmax(0, 1fr));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue