aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorEdward Betts <[email protected]>2017-11-15 09:12:38 +0000
committerPatrick H. Lauke <[email protected]>2017-11-15 04:12:38 -0500
commitffc5965f2c7ee2c04d464bf2cfa2c5d4ca66470b (patch)
treecdf6fb1a52a438b39c5d28b5bdf892ee2979f8d2 /scss
parent2cafb9f127f1772d9831c2de4fe567b061303f0a (diff)
downloadbootstrap-ffc5965f2c7ee2c04d464bf2cfa2c5d4ca66470b.tar.xz
bootstrap-ffc5965f2c7ee2c04d464bf2cfa2c5d4ca66470b.zip
Correct spelling mistakes. (#24778)
Diffstat (limited to 'scss')
-rw-r--r--scss/_custom-forms.scss2
-rw-r--r--scss/_functions.scss2
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);
}