diff options
| author | Mark Otto <[email protected]> | 2017-08-20 14:18:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-21 13:55:25 -0700 |
| commit | bd3ca58c08be609f75e092002eb253ee934c2117 (patch) | |
| tree | f1e0b7319fe7a889b1683438f3979a93dec77a26 /scss | |
| parent | 022b41ed9bdae5bec96021cf73258ffc75ec2d06 (diff) | |
| download | bootstrap-bd3ca58c08be609f75e092002eb253ee934c2117.tar.xz bootstrap-bd3ca58c08be609f75e092002eb253ee934c2117.zip | |
Rename grayscale function to gray
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_functions.scss | 2 |
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); } |
