Update _grid.scss
This commit is contained in:
parent
e77b0d0a34
commit
b794d723fd
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
@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…
Add table
Add a link
Reference in a new issue