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 18, 2019
1 parent ddc0f1d commit 1d74f4d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions spec/core_functions/meta/call.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ in Dart Sass 2.0.0. Use call(get-function("rgb")) instead.

<===>
================================================================================
<===> named/options.yml
---
:todo:
- sass/libsass#2941

<===> named/input.scss
a {b: call($function: get-function("rgb"), $red: 1, $green: 2, $blue: 3)}

Expand Down Expand Up @@ -154,7 +149,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 1d74f4d

Please sign in to comment.