diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_custom-forms.scss | 2 | ||||
| -rw-r--r-- | scss/_functions.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 455a20886..54af829b6 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -153,7 +153,7 @@ &::-ms-value { // For visual consistency with other platforms/browsers, - // supress the default white text on blue background highlight given to + // suppress the default white text on blue background highlight given to // the selected option text when the (still closed) <select> receives focus // in IE and (under certain conditions) Edge. // See https://github.com/twbs/bootstrap/issues/19398. 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); } |
