Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing link on map documentation #608

Closed
ewh0 opened this issue Feb 2, 2022 · 0 comments · Fixed by #610
Closed

Missing link on map documentation #608

ewh0 opened this issue Feb 2, 2022 · 0 comments · Fixed by #610
Assignees
Labels

Comments

@ewh0
Copy link

ewh0 commented Feb 2, 2022

I'm reading the docs for sass map https://sass-lang.com/documentation/values/maps, and I notice such a paragraph

Instead of setting values one-by-one, you can also merge two existing maps using [map.merge($map1, $map2)][].

There is no link attached map.merge($map1, $map2). In contrast, this is the paragraph above it

It’s also useful to add new pairs to a map, or to replace the value for an existing key. The map.set($map, $key, $value) function does this: it returns a copy of $map with the value at $key set to $value.

@Awjin Awjin self-assigned this Feb 3, 2022
@Awjin Awjin added the bug label Feb 3, 2022
@Awjin Awjin mentioned this issue Feb 3, 2022
@Awjin Awjin closed this as completed in #610 Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants