]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Correct documentation for smart-scale() 9330/head
authorkarland <anders-betrachtet@online.de>
Fri, 4 Nov 2016 11:38:13 +0000 (12:38 +0100)
committerkarland <anders-betrachtet@online.de>
Fri, 4 Nov 2016 11:38:13 +0000 (12:38 +0100)
scss/util/_color.scss

index 68561aa665d8fc4b3ef52348a95e48ca85b2f120..c9f2e4a82bbf44ae1593167eee35d3166b0a2ea3 100644 (file)
@@ -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.