mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Re-add CssValue.toString().
This commit is contained in:
parent
af61587807
commit
3329ba80b8
@ -12,4 +12,6 @@ class CssValue<T> implements AstNode {
|
||||
final FileSpan span;
|
||||
|
||||
CssValue(this.value, this.span);
|
||||
|
||||
String toString() => value.toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user