Skip to content

Commit

Permalink
fix: Update call parameter to $function
Browse files Browse the repository at this point in the history
[skip libsass]
  • Loading branch information
nschonni committed Jul 17, 2019
1 parent ddc0f1d commit 2fe5c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/core_functions/meta/call.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Error: Missing argument $function.
input.scss 1:7 root stylesheet

<===> error/too_few_args/error-libsass
Error: Function call is missing argument $name.
Error: Function call is missing argument $function.
on line 1 of input.scss
>> a {b: call()}

Expand Down

0 comments on commit 2fe5c4b

Please sign in to comment.