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

Commit ee407a2

Browse files
Deleted unnecessary parameter
1 parent 370ef80 commit ee407a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grider.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $viewports: (
7575
}
7676
}
7777
}
78-
@each $label, $breakpoint, $width in $viewports {
78+
@each $label, $breakpoint in $viewports {
7979
@include breakpoints($breakpoint) {
8080
@for $id from 1 through $grid {
8181
.#{$column}-#{$id},

0 commit comments

Comments
 (0)