mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Add a missing word
Co-authored-by: Awjin Ahn <awjin@google.com>
This commit is contained in:
parent
f981227cc0
commit
4bc49044c4
@ -34,7 +34,7 @@ class ModifiableCssDeclaration extends ModifiableCssNode
|
||||
'"--".');
|
||||
} else if (value.value is! SassString) {
|
||||
throw ArgumentError(
|
||||
'If parsedAsCustomProperty is true, value contain a SassString '
|
||||
'If parsedAsCustomProperty is true, value must contain a SassString '
|
||||
'(was `$value` of type ${value.value.runtimeType}).');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user