aboutsummaryrefslogtreecommitdiff
path: root/scss/_functions.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-08-20 14:18:11 -0700
committerMark Otto <[email protected]>2017-08-21 13:55:25 -0700
commitbd3ca58c08be609f75e092002eb253ee934c2117 (patch)
treef1e0b7319fe7a889b1683438f3979a93dec77a26 /scss/_functions.scss
parent022b41ed9bdae5bec96021cf73258ffc75ec2d06 (diff)
downloadbootstrap-bd3ca58c08be609f75e092002eb253ee934c2117.tar.xz
bootstrap-bd3ca58c08be609f75e092002eb253ee934c2117.zip
Rename grayscale function to gray
Diffstat (limited to 'scss/_functions.scss')
-rw-r--r--scss/_functions.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_functions.scss b/scss/_functions.scss
index 6c0601c50..a63680aa5 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);
}