Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit aaa65af

Browse files
author
Aaron Leung
committed
Small fix to the namespaced property emitter.
1 parent 00f0805 commit aaa65af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node_emitters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ namespace Sass {
708708
Node rules(at(1));
709709
for (size_t i = 0, S = rules.size(); i < S; ++i) {
710710
if (rules[i].type() == propset) {
711-
rules[i].emit_propset(buf, depth+1, new_prefix, true);
711+
rules[i].emit_propset(buf, depth+1, new_prefix, compressed);
712712
}
713713
else {
714714
buf << new_prefix;

0 commit comments

Comments
 (0)