We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d28ac5 + 5484af7 commit 6a44eecCopy full SHA for 6a44eec
src/cssize.cpp
@@ -97,6 +97,7 @@ namespace Sass {
97
r->pstate(),
98
r->selector(),
99
r->block()->perform(this)->block());
100
+ rr->is_root(r->is_root());
101
// rr->tabs(r->block()->tabs());
102
p_stack.pop_back();
103
src/expand.cpp
@@ -147,6 +147,7 @@ namespace Sass {
147
env_stack.pop_back();
148
delete env;
149
}
150
151
rr->tabs(r->tabs());
152
153
return rr;
0 commit comments