Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorAshfahan Khan <me@ashfahan.com>2019-05-25 00:09:10 +0300
committerPatrick H. Lauke <redux@splintered.co.uk>2019-05-25 00:09:09 +0300
commitc215dc83f00e22e49ebeaf7eb333481bcdca78d8 (patch)
treef3d808b9832eee2446ab38283ba8dd9a923d6660 /scss
parent1ce7960c6c08ea08bcaa766c207f3fe410f225c6 (diff)
Fix Typo Mistake in SCSS comment (#28821)
Diffstat (limited to 'scss')
-rw-r--r--scss/_functions.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_functions.scss b/scss/_functions.scss
index 096b15205f..85470a947c 100644
--- a/scss/_functions.scss
+++ b/scss/_functions.scss
@@ -31,7 +31,7 @@
}
// Internal Bootstrap function to turn maps into its negative variant.
-// If prefixes the keys with `n` and makes the value negative.
+// It prefixes the keys with `n` and makes the value negative.
@function negativify-map($map) {
$result: ();
@each $key, $value in $map {