From 1d74f4d83967cc7fe18d5cce04ed371533529836 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 17 Jul 2019 20:31:52 -0400 Subject: [PATCH] fix: Update call parameter to $function [skip libsass] --- spec/core_functions/meta/call.hrx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/spec/core_functions/meta/call.hrx b/spec/core_functions/meta/call.hrx index 357c27480c..c5b6100ed9 100644 --- a/spec/core_functions/meta/call.hrx +++ b/spec/core_functions/meta/call.hrx @@ -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)} @@ -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()}