]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Modify doc comment. 9747/head
authorkoki-higashikawa <koki.higashikawa@crowdworks.co.jp>
Tue, 7 Feb 2017 04:01:13 +0000 (13:01 +0900)
committerkoki-higashikawa <koki.higashikawa@crowdworks.co.jp>
Tue, 7 Feb 2017 04:01:13 +0000 (13:01 +0900)
scss/util/_color.scss

index 73990a867c25c27eb940e5f573625a60e43433a9..406217a43beeb06a924e5110525db11a91e5a4d8 100644 (file)
@@ -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.