From: koki-higashikawa Date: Tue, 7 Feb 2017 04:01:13 +0000 (+0900) Subject: Modify doc comment. X-Git-Tag: v6.4.0-rc1~104^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9747%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Modify doc comment. --- diff --git a/scss/util/_color.scss b/scss/util/_color.scss index 73990a867..406217a43 100644 --- a/scss/util/_color.scss +++ b/scss/util/_color.scss @@ -56,7 +56,7 @@ /// Checks the luminance of `$base`, and returns the color from `$colors` (list of colors) that has the most contrast. /// /// @param {Color} $base - Color to check luminance. -/// @param {List} $colors - Colors to compare. +/// @param {List} $colors [($white, $black)] - Colors to compare. /// @param {Number} $tolerance [$global-color-pick-contrast-tolerance] - Contrast tolerance. /// /// @returns {Color} the color from `$colors` (list of colors) that has the most contrast.