From: karland Date: Fri, 4 Nov 2016 11:38:13 +0000 (+0100) Subject: Correct documentation for smart-scale() X-Git-Tag: v6.3-rc1~24^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de240409c66b6a069d25ab85c23b5cc46489d3fd;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Correct documentation for smart-scale() --- diff --git a/scss/util/_color.scss b/scss/util/_color.scss index 68561aa66..c9f2e4a82 100644 --- a/scss/util/_color.scss +++ b/scss/util/_color.scss @@ -26,7 +26,7 @@ } } -/// Scales a color to be lighter if it's light, or darker if it's dark. Use this function to tint a color appropriate to its lightness. +/// Scales a color to be darker if it's light, or lighter if it's dark. Use this function to tint a color appropriate to its lightness. /// /// @param {Color} $color - Color to scale. /// @param {Percentage} $scale [5%] - Amount to scale up or down.