Skip to content

Commit 4eeb891

Browse files
authored
Merge pull request #2334 from mgreter/bugfix/issue-2333
Fix inspect for lists nested in maps
2 parents 0444f85 + 0d3d4f0 commit 4eeb891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/inspect.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,8 @@ namespace Sass {
354354
if (items_output) append_comma_separator();
355355
key->perform(this);
356356
append_colon_separator();
357+
LOCAL_FLAG(in_space_array, true);
358+
LOCAL_FLAG(in_comma_array, true);
357359
map->at(key)->perform(this);
358360
items_output = true;
359361
}

0 commit comments

Comments
 (0)