Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed May 29, 2018
1 parent f83d21e commit 9c6553c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/grid/grid-ios.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
.-;

.--(@j: 1) when (@j < length(@cols)) {
@divider: e(extract(@cols, @j));
@className: `Math.floor(@{divider})`;
.col:nth-last-child(@{j}), .col:nth-last-child(@{j}) ~ .col {
@j-1: @j - 1;
width: 100% / @j;
Expand Down
2 changes: 0 additions & 2 deletions src/components/grid/grid-md.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
.-;

.--(@j: 1) when (@j < length(@cols)) {
@divider: e(extract(@cols, @j));
@className: `Math.floor(@{divider})`;
.col:nth-last-child(@{j}), .col:nth-last-child(@{j}) ~ .col {
@j-1: @j - 1;
width: 100% / @j;
Expand Down

0 comments on commit 9c6553c

Please sign in to comment.