mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
parent
382af499e0
commit
d408a5994e
@ -562,7 +562,7 @@ class _SerializeVisitor
|
||||
_buffer.writeCharCode($lbracket);
|
||||
} else if (value.asList.isEmpty) {
|
||||
if (!_inspect) {
|
||||
throw SassScriptException("() isn't a valid CSS value");
|
||||
throw SassScriptException("() isn't a valid CSS value.");
|
||||
}
|
||||
_buffer.write("()");
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user