Navigation Menu

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

Actually merge maps instead of just concatenating #578

Merged
merged 1 commit into from Jul 22, 2018

Conversation

s7eph4n
Copy link
Contributor

@s7eph4n s7eph4n commented Jun 9, 2018

libMapMerge used to just concatenate maps, i.e. two maps containing the same key would be merged into one map containing that key twice. The duplicate key did not appear in the css output when the map was used directly in then scss, but it was used by each loops.

This patch fixes it so that the resulting map contains that key only once.

@robocoder
Copy link
Collaborator

Thank you!

@robocoder robocoder merged commit 79f6252 into leafo:master Jul 22, 2018
robocoder added a commit that referenced this pull request Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants