2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fix Typo Mistake in SCSS comment (#28821)

This commit is contained in:
Ashfahan Khan
2019-05-25 02:09:10 +05:00
committed by Patrick H. Lauke
parent 1ce7960c6c
commit c215dc83f0
+1 -1
View File
@@ -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 {