Skip to content

Commit 6712401

Browse files
committed
WithoutSlash 8
1 parent f4ec905 commit 6712401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ namespace Sass {
180180
}
181181

182182
if (!result) result = a->value()->accept(this);
183-
183+
if (result) result = withoutSlash(result);
184184

185185
if (auto frame = compiler.getCurrentScope()) {
186186
a->vidx(frame->setModVar(

0 commit comments

Comments
 (0)