Skip to content

Commit f4ec905

Browse files
committed
WithoutSlash 7
1 parent 23a5cdb commit f4ec905

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/environment.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ namespace Sass {
157157
a->variable(), a->ns(), a->is_global()));
158158
assigne = &compiler.varRoot.getVariable(a->vidx());
159159
if (!result) result = a->value()->accept(this);
160+
if (result) result = withoutSlash(result);
160161
compiler.varRoot.setVariable(
161162
a->vidx(),
162163
result,

0 commit comments

Comments
 (0)