Skip to content

Commit 5544366

Browse files
committed
Include argument names when reporting selector parse errors
1 parent 082c47c commit 5544366

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec/libsass-closed-issues/issue_2779.hrx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
65
66

77
<===> error-dart-sass
8-
Error: Error: Parent selectors aren't allowed here.
8+
Error: $extendee: Error: Parent selectors aren't allowed here.
99
,
1010
1 | &b
1111
| ^^
@@ -24,5 +24,3 @@ Error: Parent selectors aren't allowed here.
2424
>> @debug(selector-extend(".a .b", "&b", ndll));
2525

2626
--------------------------------^
27-
28-
<===> output.css

0 commit comments

Comments
 (0)