Skip to content

Commit

Permalink
Merge pull request #737 from xzyfer/fix/return-each-lists
Browse files Browse the repository at this point in the history
Bubble @return in each lists
  • Loading branch information
xzyfer committed Dec 18, 2014
2 parents 51ba564 + 4047514 commit a6fe2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ namespace Sass {
val = body->perform(this);
if (val) break;
}
if (val) break;
}
}
env = new_env.parent();
Expand Down

0 comments on commit a6fe2d0

Please sign in to comment.