Re: [csswg-drafts] [css-values][css-images] Allow trailing comma in gradient functions (and probably others) (#4968)

Please, I thing you did not want to cc me. 

Can you remove me from your cc on this thread?

Best
Oriol

> El 22 abr 2020, a les 19:31, Miriam Suzanne <notifications@github.com> va escriure:
> 
> 
> We also support it where the number of accepted arguments is clear:
> 
> // example function accepts a single argument
> @function example(
>   $arg
> ) {
>   @return $arg;
> }
> 
> .test {
>   error: example(a, b); // two arguments -> error
>   valid: example(a,); // one with trailing comma -> `a`
> }
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub <https://github.com/w3c/csswg-drafts/issues/4968#issuecomment-617922401>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AADFEFCOFWSPOZX2W32NNXLRN4SYLANCNFSM4MLE3K4A>.
> 



-- 
GitHub Notification of comment by oriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4968#issuecomment-617924608 using your GitHub account

Received on Wednesday, 22 April 2020 17:35:36 UTC