Commit 74629fb4 by Aaron Leung

Fixed an elusive evaluation/expansion bug.

parent 34b40abc
......@@ -311,6 +311,7 @@ namespace Sass {
has_blocks = true;
} break;
case Node::block:
case Node::if_directive:
case Node::for_through_directive:
case Node::for_to_directive:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment