Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit fa37eb0

Browse files
Deleted unnecessary line
1 parent 949baf8 commit fa37eb0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

grider.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ $viewports: (
6666
@each $label, $breakpoint, $width in $viewports {
6767
@include breakpoints($breakpoint) {
6868
@for $i from 1 through $grid {
69-
$grid-columns: repeat(#{$i}, 1fr);
7069
.#{$column-name}-#{$i} {
7170
grid-column: span #{$i};
7271
}

0 commit comments

Comments
 (0)