diff options
| author | Edward Betts <[email protected]> | 2017-11-15 09:12:38 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2017-11-15 04:12:38 -0500 |
| commit | ffc5965f2c7ee2c04d464bf2cfa2c5d4ca66470b (patch) | |
| tree | cdf6fb1a52a438b39c5d28b5bdf892ee2979f8d2 /scss/_functions.scss | |
| parent | 2cafb9f127f1772d9831c2de4fe567b061303f0a (diff) | |
| download | bootstrap-ffc5965f2c7ee2c04d464bf2cfa2c5d4ca66470b.tar.xz bootstrap-ffc5965f2c7ee2c04d464bf2cfa2c5d4ca66470b.zip | |
Correct spelling mistakes. (#24778)
Diffstat (limited to 'scss/_functions.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 a95ad4375..5580dfa9a 100644 --- a/scss/_functions.scss +++ b/scss/_functions.scss @@ -63,7 +63,7 @@ } } -// Retreive color Sass maps +// Retrieve color Sass maps @function color($key: "blue") { @return map-get($colors, $key); } |
