mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-04 10:37:52 +01:00
StringExpression.toString().
This commit is contained in:
parent
11dad49c6d
commit
5791e1425a
@ -95,4 +95,6 @@ class StringExpression implements Expression {
|
|||||||
}
|
}
|
||||||
return containsDoubleQuote ? $single_quote : $double_quote;
|
return containsDoubleQuote ? $single_quote : $double_quote;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
String toString() => asInterpolation().toString();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user