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 85fbf54 + e231c6c commit 983aa9eCopy full SHA for 983aa9e
eval.cpp
@@ -477,7 +477,7 @@ namespace Sass {
477
Expression* Eval::operator()(String_Schema* s)
478
{
479
string acc;
480
- To_String to_string(&ctx);
+ To_String to_string(0);
481
for (size_t i = 0, L = s->length(); i < L; ++i) {
482
string chunk((*s)[i]->perform(this)->perform(&to_string));
483
if (((s->quote_mark() && is_quoted(chunk)) || !s->quote_mark()) && (*s)[i]->is_interpolant()) { // some redundancy in that test
0 commit comments