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

Commit

Permalink
Deleted unnecessary parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderlineWords committed Jun 13, 2020
1 parent 370ef80 commit ee407a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $viewports: (
}
}
}
@each $label, $breakpoint, $width in $viewports {
@each $label, $breakpoint in $viewports {
@include breakpoints($breakpoint) {
@for $id from 1 through $grid {
.#{$column}-#{$id},
Expand Down

0 comments on commit ee407a2

Please sign in to comment.