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

Commit

Permalink
Deleted unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderlineWords committed Jun 9, 2020
1 parent 949baf8 commit fa37eb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ $viewports: (
@each $label, $breakpoint, $width in $viewports {
@include breakpoints($breakpoint) {
@for $i from 1 through $grid {
$grid-columns: repeat(#{$i}, 1fr);
.#{$column-name}-#{$i} {
grid-column: span #{$i};
}
Expand Down

0 comments on commit fa37eb0

Please sign in to comment.