Skip to content

Commit

Permalink
Merge pull request #5 from webnuts/Cancel-shift
Browse files Browse the repository at this point in the history
Cancel shift
  • Loading branch information
martinthogersen committed Apr 3, 2016
2 parents c8c7e80 + a98d690 commit 1539dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@include span-columns($column-index);
}
}
@for $column-index from 1 through $grid-columns - 1 {
@for $column-index from 0 through $grid-columns - 1 {
&#{$prefix}-shift#{$column-index} {
@include shift($column-index);
}
Expand Down

0 comments on commit 1539dfe

Please sign in to comment.