Commit 0782af78 by Aaron Leung

Fixing the printing of top-level comments. All tests pass again!

parent 98f68969
...@@ -111,7 +111,8 @@ namespace Sass { ...@@ -111,7 +111,8 @@ namespace Sass {
if (depth == 0 && prefixes.empty()) buf << endl; if (depth == 0 && prefixes.empty()) buf << endl;
} break; } break;
default: default:
break; emit_nested_css(buf, depth); // pass it along to the simpler version
break;
} }
} }
......
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