Skip to content

Commit

Permalink
derp: align test with expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinjuarez authored Jul 11, 2018
1 parent c49b11e commit c974d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/less/functions-each.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ each(@selectors, {
.nest-anon {
each(a b, .(@v;@i) {
each(c d, .(@vv;@ii) {
anon-nest-@{i}-@{ii}: @v @vv;
nest-@{i}-@{ii}: @v @vv;
});
});
}
Expand Down

0 comments on commit c974d4e

Please sign in to comment.