Skip to content

Commit c22938a

Browse files
committed
Maps don't have invisible keys or values
1 parent ee9cd0b commit c22938a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

inspect.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,6 @@ namespace Sass {
339339
bool items_output = false;
340340
append_string("(");
341341
for (auto key : map->keys()) {
342-
if (key->is_invisible()) continue;
343-
if (map->at(key)->is_invisible()) continue;
344342
if (items_output) append_comma_separator();
345343
key->perform(this);
346344
append_colon_separator();

0 commit comments

Comments
 (0)