Skip to content

Commit b96732f

Browse files
committed
Add a missing trailing "." to an error message
1 parent c2349cb commit b96732f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/libsass-closed-issues/issue_1452.hrx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Error: () isn't a valid CSS value.
99
Use --trace for backtrace.
1010

1111
<===> error-dart-sass
12-
Error: () isn't a valid CSS value
12+
Error: () isn't a valid CSS value.
1313
,
1414
2 | foo: foo(());
1515
| ^^

0 commit comments

Comments
 (0)