From de240409c66b6a069d25ab85c23b5cc46489d3fd Mon Sep 17 00:00:00 2001 From: karland Date: Fri, 4 Nov 2016 12:38:13 +0100 Subject: [PATCH] Correct documentation for smart-scale() --- scss/util/_color.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2