From: Mark Otto Date: Sun, 20 Aug 2017 21:18:11 +0000 (-0700) Subject: Rename grayscale function to gray X-Git-Tag: v4.0.0-beta.2~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd3ca58c08be609f75e092002eb253ee934c2117;p=thirdparty%2Fbootstrap.git Rename grayscale function to gray --- diff --git a/scss/_functions.scss b/scss/_functions.scss index 6c0601c50d..a63680aa5c 100644 --- a/scss/_functions.scss +++ b/scss/_functions.scss @@ -72,7 +72,7 @@ @return map-get($theme-colors, $key); } -@function grayscale($key: "100") { +@function gray($key: "100") { @return map-get($grays, $key); }