mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Rename grayscale function to gray
This commit is contained in:
parent
022b41ed9b
commit
bd3ca58c08
@ -72,7 +72,7 @@
|
||||
@return map-get($theme-colors, $key);
|
||||
}
|
||||
|
||||
@function grayscale($key: "100") {
|
||||
@function gray($key: "100") {
|
||||
@return map-get($grays, $key);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user