mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-27 12:24:03 +00:00
Fix Typo Mistake in SCSS comment (#28821)
This commit is contained in:
parent
1ce7960c6c
commit
c215dc83f0
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Internal Bootstrap function to turn maps into its negative variant.
|
// 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) {
|
@function negativify-map($map) {
|
||||||
$result: ();
|
$result: ();
|
||||||
@each $key, $value in $map {
|
@each $key, $value in $map {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue