Update _grid.scss
This commit is contained in:
parent
e77b0d0a34
commit
b794d723fd
|
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue