Rename grayscale function to gray

This commit is contained in:
Mark Otto 2017-08-20 14:18:11 -07:00 committed by Mark Otto
parent 022b41ed9b
commit bd3ca58c08
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
@return map-get($theme-colors, $key);
}
@function grayscale($key: "100") {
@function gray($key: "100") {
@return map-get($grays, $key);
}