From: Ashfahan Khan Date: Fri, 24 May 2019 21:09:10 +0000 (+0500) Subject: Fix Typo Mistake in SCSS comment (#28821) X-Git-Tag: v5.0.0-alpha1~1082 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c215dc83f00e22e49ebeaf7eb333481bcdca78d8;p=thirdparty%2Fbootstrap.git Fix Typo Mistake in SCSS comment (#28821) --- 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 {